change default model

This commit is contained in:
2025-11-12 13:59:25 +08:00
parent 4db441726a
commit 3bf563b8c5

View File

@@ -18,7 +18,7 @@ from langgraph.checkpoint.memory import MemorySaver
class ReactGraphConfig(KeyConfig):
_target: Type = field(default_factory=lambda: ReactGraph)
llm_name: str = "qwen-flash"
llm_name: str = "qwen-plus"
"""name of llm"""
llm_provider:str = "openai"