Commit d083d1ec by Calcium-Ion Committed by GitHub

Merge pull request #641 from HynoR/main

chore: 更新遗漏的gemini模型
parents d61524be 105f13b2
...@@ -5,8 +5,11 @@ const ( ...@@ -5,8 +5,11 @@ const (
) )
var ModelList = []string{ var ModelList = []string{
// stable 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-pro-latest", "gemini-1.5-flash-latest",
// old version // 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