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

@@ -6,4 +6,5 @@ var ModelList = []string{
"gemini-pro", "gemini-1.0-pro",
"gemini-1.5-flash", "gemini-1.5-pro",
"text-embedding-004", "aqa",
"gemini-2.0-flash-exp",
}