mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Fix: kimi-latest is not authorized (#9151)
### What problem does this PR solve? Fix kimi-latest is not authorized. Add kimi-thinking-preview. ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -583,6 +583,13 @@
|
|||||||
"tags": "LLM,TEXT EMBEDDING",
|
"tags": "LLM,TEXT EMBEDDING",
|
||||||
"status": "1",
|
"status": "1",
|
||||||
"llm": [
|
"llm": [
|
||||||
|
{
|
||||||
|
"llm_name": "kimi-thinking-preview",
|
||||||
|
"tags": "LLM,CHAT,1M",
|
||||||
|
"max_tokens": 131072,
|
||||||
|
"model_type": "chat",
|
||||||
|
"is_tools": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"llm_name": "kimi-k2-0711-preview",
|
"llm_name": "kimi-k2-0711-preview",
|
||||||
"tags": "LLM,CHAT,128k",
|
"tags": "LLM,CHAT,128k",
|
||||||
@ -591,22 +598,8 @@
|
|||||||
"is_tools": true
|
"is_tools": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"llm_name": "kimi-latest-8k",
|
"llm_name": "kimi-latest",
|
||||||
"tags": "LLM,CHAT,8k",
|
"tags": "LLM,CHAT,8k,32k,128k",
|
||||||
"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,
|
"max_tokens": 131072,
|
||||||
"model_type": "chat",
|
"model_type": "chat",
|
||||||
"is_tools": true
|
"is_tools": true
|
||||||
|
|||||||
Reference in New Issue
Block a user