Skip to content

Commit 0be0ec8

Browse files
author
Dongri Jin
committed
Add gpt-4-0125-preview, gpt-4-turbo-preview
1 parent ddd75c4 commit 0be0ec8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/v1/common.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ pub const GPT3_5_TURBO_16K_0613: &str = "gpt-3.5-turbo-16k-0613";
3232
pub const GPT3_5_TURBO_0301: &str = "gpt-3.5-turbo-0301";
3333

3434
// https://platform.openai.com/docs/models/gpt-4-and-gpt-4-turbo
35+
pub const GPT4_0125_PREVIEW: &str = "gpt-4-0125-preview";
36+
pub const GPT4_TURBO_PREVIEW: &str = "gpt-4-turbo-preview";
3537
pub const GPT4_1106_PREVIEW: &str = "gpt-4-1106-preview";
3638
pub const GPT4_VISION_PREVIEW: &str = "gpt-4-vision-preview";
3739
pub const GPT4: &str = "gpt-4";

0 commit comments

Comments
 (0)