Merge pull request #6127 from dupl/main

add gemini-2.0-flash-thinking-exp, gemini-2.0-flash-thinking-exp-01-21
This commit is contained in:
RiverRay 2025-02-04 09:33:13 +08:00 committed by GitHub
commit b6881c7797
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -89,7 +89,7 @@ code1,code2,code3
### `OPENAI_API_KEY` (必填项) ### `OPENAI_API_KEY` (必填项)
OpanAI 密钥,你在 openai 账户页面申请的 api key使用英文逗号隔开多个 key这样可以随机轮询这些 key。 OpenAI 密钥,你在 openai 账户页面申请的 api key使用英文逗号隔开多个 key这样可以随机轮询这些 key。
### `CODE` (可选) ### `CODE` (可选)

View File

@ -494,7 +494,9 @@ const googleModels = [
"gemini-exp-1121", "gemini-exp-1121",
"gemini-exp-1206", "gemini-exp-1206",
"gemini-2.0-flash-exp", "gemini-2.0-flash-exp",
"gemini-2.0-flash-thinking-exp",
"gemini-2.0-flash-thinking-exp-1219", "gemini-2.0-flash-thinking-exp-1219",
"gemini-2.0-flash-thinking-exp-01-21",
]; ];
const anthropicModels = [ const anthropicModels = [