feat: add support for gemini-2.0-flash-exp model in constants and billing ratio

This commit is contained in:
Laisky.Cai
2024-12-14 01:10:48 +00:00
parent 60ffeb8ef6
commit c76ac9043d
3 changed files with 10 additions and 5 deletions

View File

@@ -18,6 +18,7 @@ var ModelList = []string{
"gemini-pro", "gemini-pro-vision",
"gemini-1.5-pro-001", "gemini-1.5-flash-001",
"gemini-1.5-pro-002", "gemini-1.5-flash-002",
"gemini-2.0-flash-exp",
}
type Adaptor struct {