diff --git a/relay/channel/openai/model.go b/relay/channel/openai/model.go index c09f2334..a0aff479 100644 --- a/relay/channel/openai/model.go +++ b/relay/channel/openai/model.go @@ -118,6 +118,7 @@ type ImageResponse struct { } type ChatCompletionsStreamResponseChoice struct { + Index int `json:"index"` Delta struct { Content string `json:"content"` } `json:"delta"`