mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Refresh deepseek models. (#4660)
### What problem does this PR solve? ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -397,13 +397,13 @@
|
|||||||
{
|
{
|
||||||
"llm_name": "deepseek-chat",
|
"llm_name": "deepseek-chat",
|
||||||
"tags": "LLM,CHAT,",
|
"tags": "LLM,CHAT,",
|
||||||
"max_tokens": 32768,
|
"max_tokens": 64000,
|
||||||
"model_type": "chat"
|
"model_type": "chat"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"llm_name": "deepseek-coder",
|
"llm_name": "deepseek-reasoner",
|
||||||
"tags": "LLM,CHAT,",
|
"tags": "LLM,CHAT,",
|
||||||
"max_tokens": 16385,
|
"max_tokens": 64000,
|
||||||
"model_type": "chat"
|
"model_type": "chat"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user