We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d744946 + 9d56392 commit 297c2cfCopy full SHA for 297c2cf
src/v1/chat_completion.rs
@@ -6,6 +6,7 @@ use crate::impl_builder_methods;
6
use crate::v1::common;
7
8
pub const GPT3_5_TURBO: &str = "gpt-3.5-turbo";
9
+pub const GPT3_5_TURBO_16K: &str = "gpt-3.5-turbo-16k";
10
pub const GPT3_5_TURBO_0301: &str = "gpt-3.5-turbo-0301";
11
pub const GPT3_5_TURBO_0613: &str = "gpt-3.5-turbo-0613";
12
0 commit comments