nit:change to glm4.5

This commit is contained in:
Ivan Lee 2025-08-17 20:51:06 +08:00
parent f0bb7c96b9
commit 99280f48a0
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ load_dotenv()
config = DEFAULT_CONFIG.copy()
config["llm_provider"] = "vllm" # Use a different model
config["backend_url"] = "http://localhost:8000/v1" # Use a different backend
config["deep_think_llm"] = "openai/gpt-oss-120b" # Use a different model
config["quick_think_llm"] = "openai/gpt-oss-120b" # Use a different model
config["deep_think_llm"] = "zai-org/GLM-4.5" # Use a different model
config["quick_think_llm"] = "zai-org/GLM-4.5" # Use a different model
config["max_debate_rounds"] = 1 # Increase debate rounds
config["online_tools"] = True # Increase debate rounds