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.
1 parent ccd64b9 commit 8a5ed74Copy full SHA for 8a5ed74
chat_stream.go
@@ -80,6 +80,8 @@ type ChatCompletionStreamChoice struct {
80
Logprobs *ChatCompletionStreamChoiceLogprobs `json:"logprobs,omitempty"`
81
FinishReason FinishReason `json:"finish_reason"`
82
ContentFilterResults ContentFilterResults `json:"content_filter_results,omitempty"`
83
+
84
+ Usage *Usage `json:"usage,omitempty"`
85
}
86
87
type PromptFilterResult struct {
0 commit comments