Skip to content

Commit a1aa757

Browse files
authored
feat: add Vertex AI gemini-1.5-pro-002 and gemini-1.5-flash-002 (songquanpeng#1854)
1 parent 78c67fe commit a1aa757

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

one-api

33 MB
Binary file not shown.

relay/adaptor/vertexai/gemini/adapter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
)
1616

1717
var ModelList = []string{
18-
"gemini-1.5-pro-001", "gemini-1.5-flash-001", "gemini-pro", "gemini-pro-vision",
18+
"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",
1919
}
2020

2121
type Adaptor struct {

0 commit comments

Comments
 (0)