浏览代码

add Kimi-K2-Instruct from Tongyi-Qianwen API (#9125)

### What problem does this PR solve?

add Kimi-K2-Instruct from Tongyi-Qianwen API

### Type of change

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

+ 7
- 0
conf/llm_factories.json 查看文件

@@ -202,6 +202,13 @@
"tags": "LLM,TEXT EMBEDDING,TEXT RE-RANK,TTS,SPEECH2TEXT,MODERATION",
"status": "1",
"llm": [
{
"llm_name": "Moonshot-Kimi-K2-Instruct",
"tags": "LLM,CHAT,128K",
"max_tokens": 131072,
"model_type": "chat",
"is_tools": true
},
{
"llm_name": "deepseek-r1",
"tags": "LLM,CHAT,64K",

正在加载...
取消
保存