From 988598da7314d16fe5a8d1773e387d25b4200284 Mon Sep 17 00:00:00 2001 From: Willem van den Ende Date: Wed, 30 Apr 2025 16:19:45 +0100 Subject: [PATCH] better results with a bigger model --- agentic_search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agentic_search.py b/agentic_search.py index 727b44e..6535cc4 100644 --- a/agentic_search.py +++ b/agentic_search.py @@ -4,7 +4,7 @@ from qwen_agent.agents import Assistant # Define LLM llm_cfg = { - 'model': 'qwen3:0.6B', + 'model': 'hf.co/unsloth/Qwen3-30B-A3B-GGUF:Q5_K_M', # Use the endpoint provided by Alibaba Model Studio: # 'model_type': 'qwen_dashscope',