Skip to content

Commit 3b261e0

Browse files
authored
docs: add name property to model configuration example (#5853)
1 parent 426791f commit 3b261e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/web/src/content/docs/models.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ You can also define custom models that extend built-in ones and can optionally u
117117
"models": {
118118
"gpt-5-high": {
119119
"id": "gpt-5",
120+
"name": "MyGPT5 (High Reasoning)",
120121
"options": {
121122
"reasoningEffort": "high",
122123
"textVerbosity": "low",
@@ -125,6 +126,7 @@ You can also define custom models that extend built-in ones and can optionally u
125126
},
126127
"gpt-5-low": {
127128
"id": "gpt-5",
129+
"name": "MyGPT5 (Low Reasoning)",
128130
"options": {
129131
"reasoningEffort": "low",
130132
"textVerbosity": "low",

0 commit comments

Comments
 (0)