Skip to content

Commit

Permalink
feat: Support Structured Outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
eiixy committed Aug 7, 2024
1 parent 56ef2a3 commit 1c0b108
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chat.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ type ChatCompletionResponseFormatType string

const (
ChatCompletionResponseFormatTypeJSONObject ChatCompletionResponseFormatType = "json_object"
ChatCompletionResponseFormatTypeJSONSchema ChatCompletionResponseFormatType = "json_schema"
ChatCompletionResponseFormatTypeText ChatCompletionResponseFormatType = "text"
)

Expand Down

0 comments on commit 1c0b108

Please sign in to comment.