mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-04 23:40:48 +00:00
fix(docs): small_model is not used for summarization (#1360)
This commit is contained in:
parent
b179d08484
commit
54457e48bb
4 changed files with 4 additions and 6 deletions
|
|
@ -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).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue