Browse Source

add gemini 2.0 (#4115)

add gemini 2.0
tags/v0.15.1
so95 10 months ago
parent
commit
478da3118c
No account linked to committer's email address
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      conf/llm_factories.json

+ 6
- 0
conf/llm_factories.json View File

"max_tokens": 30720, "max_tokens": 30720,
"model_type": "chat" "model_type": "chat"
}, },
{
"llm_name": "gemini-2.0-flash-exp",
"tags": "LLM,CHAT,1024K",
"max_tokens": 1048576,
"model_type": "chat"
},
{ {
"llm_name": "gemini-1.0-pro-vision-latest", "llm_name": "gemini-1.0-pro-vision-latest",
"tags": "LLM,IMAGE2TEXT,12K", "tags": "LLM,IMAGE2TEXT,12K",

Loading…
Cancel
Save