Skip to content

Commit

Permalink
feat: add Vertex AI gemini-1.5-pro-002 and gemini-1.5-flash-002 (#1854)
Browse files Browse the repository at this point in the history
  • Loading branch information
hellof20 authored Oct 27, 2024
1 parent cb772e5 commit a4d6e7a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added one-api
Binary file not shown.
2 changes: 1 addition & 1 deletion relay/adaptor/vertexai/gemini/adapter.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

var ModelList = []string{
"gemini-1.5-pro-001", "gemini-1.5-flash-001", "gemini-pro", "gemini-pro-vision",
"gemini-1.5-pro-001", "gemini-1.5-flash-001", "gemini-pro", "gemini-pro-vision", "gemini-1.5-pro-002", "gemini-1.5-flash-002",
}

type Adaptor struct {
Expand Down

0 comments on commit a4d6e7a

Please sign in to comment.