Skip to content

Commit 5622952

Browse files
authored
Update chat.go
1 parent 5657eca commit 5622952

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chat.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,8 @@ type ChatCompletionRequest struct {
311311
ServiceTier ServiceTier `json:"service_tier,omitempty"`
312312
// Support Google VertexAI Gemini-specific parameters
313313
// https://cloud.google.com/vertex-ai/generative-ai/docs/migrate/openai/overview#extra_body_features
314-
ExtraBody map[string]any `json:"extra_body,omitempty"`
315-
ExtraPart map[string]any `json:"extra_part,omitempty"`
314+
ExtraBody map[string]any `json:"extra_body,omitempty"`
315+
ExtraPart map[string]any `json:"extra_part,omitempty"`
316316
}
317317

318318
type StreamOptions struct {

0 commit comments

Comments
 (0)