Browse Source

docs: remove fake model (#2175)

Aiden Cline 6 months ago
parent
commit
3edab60560
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/web/src/content/docs/docs/agents.mdx

+ 1 - 1
packages/web/src/content/docs/docs/agents.mdx

@@ -533,7 +533,7 @@ For example, with OpenAI's reasoning models, you can control the reasoning effor
   "agent": {
     "deep-thinker": {
       "description": "Agent that uses high reasoning effort for complex problems",
-      "model": "openai/gpt-5-turbo",
+      "model": "openai/gpt-5",
       "reasoningEffort": "high",
       "textVerbosity": "low"
     }