We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b97883 commit c548af0Copy full SHA for c548af0
1 file changed
pkg/model/provider/gemini/client.go
@@ -53,6 +53,9 @@ func NewClient(ctx context.Context, cfg *latest.ModelConfig, env environment.Pro
53
APIKey: apiKey,
54
Backend: genai.BackendGeminiAPI,
55
HTTPClient: httpclient.NewHttpClient(),
56
+ HTTPOptions: genai.HTTPOptions{
57
+ BaseURL: cfg.BaseURL,
58
+ },
59
})
60
if err != nil {
61
return nil, err
0 commit comments