openai: Add back O1-Preview (#23715)

Follow-up to: https://github.com/zed-industries/zed/pull/23425
This commit is contained in:
Peter Tripp 2025-01-27 09:44:12 -05:00 committed by GitHub
parent 5bde053b0d
commit f6d286c7db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 2 deletions

View file

@ -80,6 +80,7 @@ impl CloudModel {
| open_ai::Model::FourOmni
| open_ai::Model::FourOmniMini
| open_ai::Model::O1Mini
| open_ai::Model::O1Preview
| open_ai::Model::O1
| open_ai::Model::Custom { .. } => {
LanguageModelAvailability::RequiresPlan(Plan::ZedPro)