Explorar o código

docs: add name property to model configuration example (#5853)

ja hai 8 meses
pai
achega
f57538ebba
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      packages/web/src/content/docs/models.mdx

+ 2 - 0
packages/web/src/content/docs/models.mdx

@@ -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",