docs: Example OpenAI model config missing version key (#23720)

This commit is contained in:
Peter Tripp 2025-01-27 10:17:51 -05:00 committed by GitHub
parent 9f3dbd6fa3
commit b58c994706
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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