use flash
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user