Skip to content

Commit ebf2e43

Browse files
committed
Add models
1 parent 17759c5 commit ebf2e43

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/v1/common.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,13 @@ pub struct EmptyRequestBody {}
2626

2727
// https://platform.openai.com/docs/models/gpt-4o-mini
2828
pub const GPT4_O_MINI: &str = "gpt-4o-mini";
29+
pub const GPT4_O_MINI_2024_07_18: &str = "gpt-4o-mini-2024-07-18";
2930

3031
// https://platform.openai.com/docs/models/gpt-4o
3132
pub const GPT4_O: &str = "gpt-4o";
3233
pub const GPT4_O_2024_05_13: &str = "gpt-4o-2024-05-13";
34+
pub const GPT4_O_2024_08_06: &str = "gpt-4o-2024-08-06";
35+
pub const GPT4_O_LATEST: &str = "chatgpt-4o-latest";
3336

3437
// https://platform.openai.com/docs/models/gpt-3-5
3538
pub const GPT3_5_TURBO_1106: &str = "gpt-3.5-turbo-1106";

0 commit comments

Comments
 (0)