Skip to content

Commit

Permalink
Merge pull request #39 from dejavu1987/patch-1
Browse files Browse the repository at this point in the history
Add "gpt-3.5-turbo-16k" model chat_completion.rs
  • Loading branch information
Dongri Jin committed Oct 20, 2023
2 parents d744946 + 9d56392 commit 297c2cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/v1/chat_completion.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ use crate::impl_builder_methods;
use crate::v1::common;

pub const GPT3_5_TURBO: &str = "gpt-3.5-turbo";
pub const GPT3_5_TURBO_16K: &str = "gpt-3.5-turbo-16k";
pub const GPT3_5_TURBO_0301: &str = "gpt-3.5-turbo-0301";
pub const GPT3_5_TURBO_0613: &str = "gpt-3.5-turbo-0613";

Expand Down

0 comments on commit 297c2cf

Please sign in to comment.