瀏覽代碼

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

Loading…
取消
儲存