ソースを参照

Feat: add Kimi model series support (#8866)

### What problem does this PR solve?

Add Kimi model series support.

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
tags/v0.20.0
Yongteng Lei 3ヶ月前
コミット
ed7bea060f
1個のファイルの変更28行の追加0行の削除
  1. 28
    0
      conf/llm_factories.json

+ 28
- 0
conf/llm_factories.json ファイルの表示

@@ -581,6 +581,34 @@
"tags": "LLM,TEXT EMBEDDING",
"status": "1",
"llm": [
{
"llm_name": "kimi-k2-0711-preview",
"tags": "LLM,CHAT,128k",
"max_tokens": 131072,
"model_type": "chat",
"is_tools": true
},
{
"llm_name": "kimi-latest-8k",
"tags": "LLM,CHAT,8k",
"max_tokens": 8192,
"model_type": "chat",
"is_tools": true
},
{
"llm_name": "kimi-latest-32k",
"tags": "LLM,CHAT,32k",
"max_tokens": 32768,
"model_type": "chat",
"is_tools": true
},
{
"llm_name": "kimi-latest-128k",
"tags": "LLM,CHAT,128k",
"max_tokens": 131072,
"model_type": "chat",
"is_tools": true
},
{
"llm_name": "moonshot-v1-8k",
"tags": "LLM,CHAT,",

読み込み中…
キャンセル
保存