From ab3c1d4d8d7590f61c23fcf9826891533b8d7eb2 Mon Sep 17 00:00:00 2001 From: goulustis Date: Mon, 19 Jan 2026 22:10:40 +0800 Subject: [PATCH] use flash --- lang_agent/graphs/routing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang_agent/graphs/routing.py b/lang_agent/graphs/routing.py index 35f766d..29ab0a5 100644 --- a/lang_agent/graphs/routing.py +++ b/lang_agent/graphs/routing.py @@ -72,7 +72,7 @@ class RoutingGraph(GraphBase): base_url=self.config.base_url, temperature=0, tags=["route_chat_llm"]) - self.fast_llm = init_chat_model(model='qwen-plus', + self.fast_llm = init_chat_model(model='qwen-flash', model_provider='openai', api_key=self.config.api_key, base_url=self.config.base_url,