mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-04-18 12:09:58 +08:00
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)
This commit is contained in:
parent
b5918e7158
commit
5b5558300a
@ -867,7 +867,7 @@
|
|||||||
"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
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -883,6 +883,12 @@
|
|||||||
"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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user