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',