Commit c4c10d29 by HynoR

chore: 更新gemini模型

parent 1dfdb44d
...@@ -5,8 +5,11 @@ const ( ...@@ -5,8 +5,11 @@ const (
) )
var ModelList = []string{ var ModelList = []string{
"gemini-1.5-pro-latest", "gemini-1.5-flash-latest", // stable version
// old version "gemini-1.5-pro", "gemini-1.5-flash", "gemini-1.5-flash-8b",
// latest version
"gemini-1.5-pro-latest", "gemini-1.5-flash-latest", "gemini-1.5-flash-8b-latest",
// legacy version
"gemini-1.5-pro-exp-0827", "gemini-1.5-flash-exp-0827", "gemini-1.5-pro-exp-0827", "gemini-1.5-flash-exp-0827",
// exp // exp
"gemini-exp-1114", "gemini-exp-1121", "gemini-exp-1206", "gemini-exp-1114", "gemini-exp-1121", "gemini-exp-1206",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment