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/web/src/content/docs/docs/config.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/web/src') diff --git a/packages/web/src/content/docs/docs/config.mdx b/packages/web/src/content/docs/docs/config.mdx index b768d73e4..ec885d2ba 100644 --- a/packages/web/src/content/docs/docs/config.mdx +++ b/packages/web/src/content/docs/docs/config.mdx @@ -90,7 +90,7 @@ You can configure the providers and models you want to use in your opencode conf } ``` -The `small_model` option configures a separate model for lightweight tasks like summarization and title generation. By default, opencode tries to use a cheaper model if one is available from your provider, otherwise it falls back to your main model. +The `small_model` option configures a separate model for lightweight tasks like title generation. By default, opencode tries to use a cheaper model if one is available from your provider, otherwise it falls back to your main model. You can also configure [local models](/docs/models#local). [Learn more](/docs/models). -- cgit v1.2.3