Skip to content

Commit

Permalink
Update model.go
Browse files Browse the repository at this point in the history
Gemini 1.0 Pro Vision is deprecated. Use 1.5 Flash or 1.5 Pro instead.
  • Loading branch information
hkint authored Jul 12, 2024
1 parent 598871f commit ea25df3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import (
)

const (
TextModel = "gemini-pro"
VisionModel = "gemini-pro-vision"
TextModel = "gemini-1.5-flash-latest"
VisionModel = "gemini-1.5-pro-latest"
)

var (
Expand Down

0 comments on commit ea25df3

Please sign in to comment.