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 8e3a046 commit b542086Copy full SHA for b542086
chat_stream.go
@@ -21,6 +21,7 @@ type ChatCompletionStreamResponse struct {
21
Created int64 `json:"created"`
22
Model string `json:"model"`
23
Choices []ChatCompletionStreamChoice `json:"choices"`
24
+ Usage Usage `json:"usage"`
25
}
26
27
// ChatCompletionStream
0 commit comments