openai: Add back O1-Preview (#23715)
Follow-up to: https://github.com/zed-industries/zed/pull/23425
This commit is contained in:
parent
5bde053b0d
commit
f6d286c7db
2 changed files with 9 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue