Skip to content

Commit

Permalink
feat: Add gpt-4o-mini to openai model list (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhourunlai authored Jan 9, 2025
1 parent abbd444 commit fdbbbb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rig-core/src/providers/openai.rs
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,8 @@ pub const O1_MINI: &str = "o1-mini";
pub const O1_MINI_2024_09_12: &str = "o1-mini-2024-09-12";
/// `gpt-4o` completion model
pub const GPT_4O: &str = "gpt-4o";
/// `gpt-4o-mini` completion model
pub const GPT_4O_MINI: &str = "gpt-4o-mini";
/// `gpt-4o-2024-05-13` completion model
pub const GPT_4O_2024_05_13: &str = "gpt-4o-2024-05-13";
/// `gpt-4-turbo` completion model
Expand Down

0 comments on commit fdbbbb4

Please sign in to comment.