diff --git a/chat_stream.go b/chat_stream.go index 80d16cc63..cd51353ed 100644 --- a/chat_stream.go +++ b/chat_stream.go @@ -6,7 +6,7 @@ import ( ) type ChatCompletionStreamChoiceDelta struct { - Content string `json:"content,omitempty"` + Content string `json:"content"` Role string `json:"role,omitempty"` FunctionCall *FunctionCall `json:"function_call,omitempty"` ToolCalls []ToolCall `json:"tool_calls,omitempty"`