File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,6 @@ type ChatCompletionStreamChoiceDelta struct {
17
17
// the doc from deepseek:
18
18
// - https://api-docs.deepseek.com/api/create-chat-completion#responses
19
19
ReasoningContent string `json:"reasoning_content,omitempty"`
20
- // sb sentence
21
- Message string `json:"message,omitempty"`
22
20
}
23
21
24
22
type ChatCompletionStreamChoiceLogprobs struct {
@@ -45,6 +43,8 @@ type ChatCompletionStreamChoice struct {
45
43
Logprobs * ChatCompletionStreamChoiceLogprobs `json:"logprobs,omitempty"`
46
44
FinishReason FinishReason `json:"finish_reason"`
47
45
ContentFilterResults ContentFilterResults `json:"content_filter_results,omitempty"`
46
+ // sb sentence
47
+ Message string `json:"message,omitempty"`
48
48
}
49
49
50
50
type PromptFilterResult struct {
You can’t perform that action at this time.
0 commit comments