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 5657eca commit 5622952Copy full SHA for 5622952
chat.go
@@ -311,8 +311,8 @@ type ChatCompletionRequest struct {
311
ServiceTier ServiceTier `json:"service_tier,omitempty"`
312
// Support Google VertexAI Gemini-specific parameters
313
// 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"`
+ ExtraBody map[string]any `json:"extra_body,omitempty"`
+ ExtraPart map[string]any `json:"extra_part,omitempty"`
316
}
317
318
type StreamOptions struct {
0 commit comments