mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-06-29 15:31:05 +08:00
Feat: deepseek v4 (#14346)
### What problem does this PR solve? Feat: deepseek v4 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@@ -1134,16 +1134,16 @@
|
||||
"url": "https://api.deepseek.com/v1",
|
||||
"llm": [
|
||||
{
|
||||
"llm_name": "deepseek-chat",
|
||||
"llm_name": "deepseek-v4-flash",
|
||||
"tags": "LLM,CHAT,",
|
||||
"max_tokens": 64000,
|
||||
"max_tokens": 1000000,
|
||||
"model_type": "chat",
|
||||
"is_tools": true
|
||||
},
|
||||
{
|
||||
"llm_name": "deepseek-reasoner",
|
||||
"llm_name": "deepseek-v4-pro",
|
||||
"tags": "LLM,CHAT,",
|
||||
"max_tokens": 64000,
|
||||
"max_tokens": 1000000,
|
||||
"model_type": "chat",
|
||||
"is_tools": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user