Kaynağa Gözat

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

ja 2 ay önce
ebeveyn
işleme
3b261e0125
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  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": {
       "models": {
         "gpt-5-high": {
         "gpt-5-high": {
           "id": "gpt-5",
           "id": "gpt-5",
+          "name": "MyGPT5 (High Reasoning)",
           "options": {
           "options": {
             "reasoningEffort": "high",
             "reasoningEffort": "high",
             "textVerbosity": "low",
             "textVerbosity": "low",
@@ -125,6 +126,7 @@ You can also define custom models that extend built-in ones and can optionally u
         },
         },
         "gpt-5-low": {
         "gpt-5-low": {
           "id": "gpt-5",
           "id": "gpt-5",
+          "name": "MyGPT5 (Low Reasoning)",
           "options": {
           "options": {
             "reasoningEffort": "low",
             "reasoningEffort": "low",
             "textVerbosity": "low",
             "textVerbosity": "low",