Skip to content

Commit

Permalink
Merge pull request dongri#35 from dongri/fix-function-call-type
Browse files Browse the repository at this point in the history
Add none to function call type
  • Loading branch information
Dongri Jin authored Oct 6, 2023
2 parents cd058c0 + 7a592ce commit 010fe38
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 @@ -16,6 +16,7 @@ pub const GPT4_0613: &str = "gpt-4-0613";
#[derive(Debug, Serialize)]
#[allow(non_camel_case_types)]
pub enum FunctionCallType {
none,
auto,
function { name: String },
}
Expand Down

0 comments on commit 010fe38

Please sign in to comment.