docs: OpenAI settings example fix (#25112)

Peter Tripp created

Change summary

docs/src/assistant/configuration.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

docs/src/assistant/configuration.md 🔗

@@ -184,8 +184,8 @@ The Zed Assistant comes pre-configured to use the latest version for common mode
           "max_completion_tokens": 20000
         }
       ]
+      "version": "1"
     },
-    "version": "1"
   }
 }
 ```