mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
docs: add name property to model configuration example (#5853)
This commit is contained in:
parent
426791f68a
commit
3b261e0125
1 changed files with 2 additions and 0 deletions
|
|
@ -117,6 +117,7 @@ You can also define custom models that extend built-in ones and can optionally u
|
|||
"models": {
|
||||
"gpt-5-high": {
|
||||
"id": "gpt-5",
|
||||
"name": "MyGPT5 (High Reasoning)",
|
||||
"options": {
|
||||
"reasoningEffort": "high",
|
||||
"textVerbosity": "low",
|
||||
|
|
@ -125,6 +126,7 @@ You can also define custom models that extend built-in ones and can optionally u
|
|||
},
|
||||
"gpt-5-low": {
|
||||
"id": "gpt-5",
|
||||
"name": "MyGPT5 (Low Reasoning)",
|
||||
"options": {
|
||||
"reasoningEffort": "low",
|
||||
"textVerbosity": "low",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue