feat: add deepseek-coder model support
This commit is contained in:
parent
f1b3f29be0
commit
35c40d97d6
@ -69,6 +69,7 @@ AVAILABLE_MODELS = {
|
||||
# DeepSeek (官方 API: https://api.deepseek.com)
|
||||
"deepseek-chat": "DeepSeek V3 通用对话 (DeepSeek)",
|
||||
"deepseek-reasoner": "DeepSeek R1 深度推理 (DeepSeek)",
|
||||
"deepseek-coder": "DeepSeek Coder 代码模型 (DeepSeek)",
|
||||
|
||||
# Meta
|
||||
"llama-3.3-70b-instruct": "Llama 3.3 70B (Meta)",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user