use flash

This commit is contained in:
2025-10-30 21:55:20 +08:00
parent 394db8eb7b
commit c06aad8e12

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-turbo"
llm_name: str = "qwen-flash"
"""name of llm"""
llm_provider:str = "openai"