Skip to content

Commit

Permalink
flash upgrade:
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Nohe authored and Alexander Nohe committed Jun 14, 2024
1 parent 3dca4c6 commit 5e98ae3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion genai/vertex.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ type ClientOptions struct {
}

// var MODEL_NAME = "gemini-pro"
var MODEL_NAME = "gemini-1.5-pro-preview-0409"
// var MODEL_NAME = "gemini-1.5-pro-preview-0409"
var MODEL_NAME = "gemini-1.5-flash-001"

func NewVertexClient(opts ClientOptions) *VertexClient {
return &VertexClient{Opts: opts}
Expand Down

0 comments on commit 5e98ae3

Please sign in to comment.