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 }