diff --git a/src/v1/common.rs b/src/v1/common.rs index ab3fbc0..ed9fdf4 100644 --- a/src/v1/common.rs +++ b/src/v1/common.rs @@ -28,6 +28,9 @@ pub const GPT4_O_MINI: &str = "gpt-4o-mini"; pub const GPT4_O: &str = "gpt-4o"; pub const GPT4_O_2024_05_13: &str = "gpt-4o-2024-05-13"; +// https://platform.openai.com/docs/models/gpt-4o-mini +pub const GPT4_O_MINI: &str = "gpt-4o-mini"; +pub const GPT4_O_MINI_22024_07_18: &str = "gpt-4o-mini-2024-07-18"; // https://platform.openai.com/docs/models/gpt-3-5 pub const GPT3_5_TURBO_1106: &str = "gpt-3.5-turbo-1106"; pub const GPT3_5_TURBO: &str = "gpt-3.5-turbo";