From 7ddf141d2c6fc57d8067874b0f49fcede07e08ed Mon Sep 17 00:00:00 2001 From: buua436 Date: Fri, 31 Jul 2026 13:38:20 +0800 Subject: [PATCH] refa: update LongCat model configuration (#17612) --- conf/llm_factories.json | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/conf/llm_factories.json b/conf/llm_factories.json index 921d4f7c91..b42ea1c2e4 100644 --- a/conf/llm_factories.json +++ b/conf/llm_factories.json @@ -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 }