From 54457e48bba062fc5a678efaa7421eab703434fc Mon Sep 17 00:00:00 2001 From: Timo Clasen Date: Wed, 6 Aug 2025 21:03:14 +0200 Subject: fix(docs): small_model is not used for summarization (#1360) --- packages/sdk/go/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/sdk/go') diff --git a/packages/sdk/go/config.go b/packages/sdk/go/config.go index 77b1b7602..911bb2a30 100644 --- a/packages/sdk/go/config.go +++ b/packages/sdk/go/config.go @@ -74,7 +74,7 @@ type Config struct { // Control sharing behavior:'manual' allows manual sharing via commands, 'auto' // enables automatic sharing, 'disabled' disables all sharing Share ConfigShare `json:"share"` - // Small model to use for tasks like summarization and title generation in the + // Small model to use for tasks like title generation in the // format of provider/model SmallModel string `json:"small_model"` // Theme name to use for the interface -- cgit v1.2.3