浏览代码

Feat: add gemini-2.5-pro-exp-03-25 (#6774)

### What problem does this PR solve?

#6733

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
tags/v0.18.0
Kevin Hu 7 个月前
父节点
当前提交
5b5558300a
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 7 次插入1 次删除
  1. 7
    1
      conf/llm_factories.json

+ 7
- 1
conf/llm_factories.json 查看文件

"llm_name": "gemini-2.0-flash-001", "llm_name": "gemini-2.0-flash-001",
"tags": "LLM,CHAT,1024K", "tags": "LLM,CHAT,1024K",
"max_tokens": 1048576, "max_tokens": 1048576,
"model_type": "chat",
"model_type": "image2text",
"is_tools": true "is_tools": true
}, },
{ {
"max_tokens": 1048576, "max_tokens": 1048576,
"model_type": "image2text" "model_type": "image2text"
}, },
{
"llm_name": "gemini-2.5-pro-exp-03-25",
"tags": "LLM,IMAGE2TEXT,1024K",
"max_tokens": 1048576,
"model_type": "image2text"
},
{ {
"llm_name": "gemini-1.5-pro", "llm_name": "gemini-1.5-pro",
"tags": "LLM,IMAGE2TEXT,2048K", "tags": "LLM,IMAGE2TEXT,2048K",

正在加载...
取消
保存