updated to flash, since old model was removed by deepseek
This commit is contained in:
+1
-1
@@ -216,7 +216,7 @@ def create_agent_graph(
|
||||
client: OpenAI,
|
||||
agent_skills: list[str],
|
||||
system_prompt: str,
|
||||
model_name: str = "deepseek-chat",
|
||||
model_name: str = "deepseek-v4-flash",
|
||||
) -> StateGraph:
|
||||
"""
|
||||
Build and compile a LangGraph StateGraph for a single agent.
|
||||
|
||||
Reference in New Issue
Block a user