refa: update LongCat model configuration (#17612)

This commit is contained in:
buua436
2026-07-31 13:38:20 +08:00
committed by GitHub
parent 44e13d1cb6
commit 7ddf141d2c

View File

@@ -6214,16 +6214,9 @@
"url": "https://api.longcat.chat/openai",
"llm": [
{
"llm_name": "LongCat-Flash-Chat",
"tags": "LLM,CHAT,8000",
"max_tokens": 8000,
"model_type": "chat",
"is_tools": true
},
{
"llm_name": "LongCat-Flash-Thinking",
"tags": "LLM,CHAT,8000",
"max_tokens": 8000,
"llm_name": "LongCat-2.0",
"tags": "LLM,CHAT,131k",
"max_tokens": 131072,
"model_type": "chat",
"is_tools": true
}