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:
Kevin Hu 2025-01-27 11:01:39 +08:00 committed by GitHub
parent 47b28a27a6
commit 656a2fab41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -397,13 +397,13 @@
{
"llm_name": "deepseek-chat",
"tags": "LLM,CHAT,",
"max_tokens": 32768,
"max_tokens": 64000,
"model_type": "chat"
},
{
"llm_name": "deepseek-coder",
"llm_name": "deepseek-reasoner",
"tags": "LLM,CHAT,",
"max_tokens": 16385,
"max_tokens": 64000,
"model_type": "chat"
}
]