docs: OpenAI settings example fix (#25112)

This commit is contained in:
Peter Tripp 2025-02-19 16:05:52 +00:00 committed by GitHub
parent b6fd06d63c
commit f28080a85c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"
}
}
```