浏览代码

Refresh deepseek models. (#4660)

### What problem does this PR solve?


### Type of change

- [x] New Feature (non-breaking change which adds functionality)
tags/v0.16.0
Kevin Hu 9 个月前
父节点
当前提交
656a2fab41
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3
    3
      conf/llm_factories.json

+ 3
- 3
conf/llm_factories.json 查看文件

@@ -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"
}
]

正在加载...
取消
保存