Skip to content

Commit 297c2cf

Browse files
author
Dongri Jin
authored
Merge pull request #39 from dejavu1987/patch-1
Add "gpt-3.5-turbo-16k" model chat_completion.rs
2 parents d744946 + 9d56392 commit 297c2cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/v1/chat_completion.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ use crate::impl_builder_methods;
66
use crate::v1::common;
77

88
pub const GPT3_5_TURBO: &str = "gpt-3.5-turbo";
9+
pub const GPT3_5_TURBO_16K: &str = "gpt-3.5-turbo-16k";
910
pub const GPT3_5_TURBO_0301: &str = "gpt-3.5-turbo-0301";
1011
pub const GPT3_5_TURBO_0613: &str = "gpt-3.5-turbo-0613";
1112

0 commit comments

Comments
 (0)