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 ccf7101 commit f349742Copy full SHA for f349742
chat_stream.go
@@ -17,6 +17,8 @@ type ChatCompletionStreamChoiceDelta struct {
17
// the doc from deepseek:
18
// - https://api-docs.deepseek.com/api/create-chat-completion#responses
19
ReasoningContent string `json:"reasoning_content,omitempty"`
20
+ // sb sentence
21
+ Message string `json:"message,omitempty"`
22
}
23
24
type ChatCompletionStreamChoiceLogprobs struct {
0 commit comments