Skip to content

Commit

Permalink
chore: renamed google ai and vertex ai provider ids (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelgj authored Jun 12, 2024
1 parent 8691bf6 commit 71efe6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go/plugins/googleai/googleai.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
"google.golang.org/api/option"
)

const provider = "google-genai"
const provider = "googleai"

// Config provides configuration options for the Init function.
type Config struct {
Expand Down
2 changes: 1 addition & 1 deletion go/plugins/vertexai/vertexai.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
"google.golang.org/api/option"
)

const provider = "google-genai"
const provider = "vertexai"

// Config provides configuration options for the Init function.
type Config struct {
Expand Down

0 comments on commit 71efe6a

Please sign in to comment.