We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91299b0 commit c32e797Copy full SHA for c32e797
1 file changed
llms/googleai/vertex/new.go
@@ -27,6 +27,7 @@ func New(ctx context.Context, opts ...Option) (*Vertex, error) {
27
}
28
29
config := &genai.ClientConfig{
30
+ Backend: genai.BackendVertexAI,
31
Project: clientOptions.cloudProject,
32
Location: clientOptions.cloudLocation,
33
Credentials: clientOptions.credentials,
0 commit comments