Browse Source

Refa: update gemini2.5 (#7822)

### What problem does this PR solve?

Update gemini2.5

### Type of change

- [x] Refactoring
tags/v0.19.0
Yongteng Lei 5 months ago
parent
commit
cbb90e171d
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      conf/llm_factories.json

+ 2
- 2
conf/llm_factories.json View File

"status": "1", "status": "1",
"llm": [ "llm": [
{ {
"llm_name": "gemini-2.5-flash-preview-04-17",
"llm_name": "gemini-2.5-flash-preview-05-20",
"tags": "LLM,CHAT,1024K,IMAGE2TEXT", "tags": "LLM,CHAT,1024K,IMAGE2TEXT",
"max_tokens": 1048576, "max_tokens": 1048576,
"model_type": "image2text", "model_type": "image2text",
"model_type": "image2text" "model_type": "image2text"
}, },
{ {
"llm_name": "gemini-2.5-pro-exp-03-25",
"llm_name": "gemini-2.5-pro-preview-05-06",
"tags": "LLM,IMAGE2TEXT,1024K", "tags": "LLM,IMAGE2TEXT,1024K",
"max_tokens": 1048576, "max_tokens": 1048576,
"model_type": "image2text" "model_type": "image2text"

Loading…
Cancel
Save