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,
|
client: OpenAI,
|
||||||
agent_skills: list[str],
|
agent_skills: list[str],
|
||||||
system_prompt: str,
|
system_prompt: str,
|
||||||
model_name: str = "deepseek-chat",
|
model_name: str = "deepseek-v4-flash",
|
||||||
) -> StateGraph:
|
) -> StateGraph:
|
||||||
"""
|
"""
|
||||||
Build and compile a LangGraph StateGraph for a single agent.
|
Build and compile a LangGraph StateGraph for a single agent.
|
||||||
|
|||||||
Reference in New Issue
Block a user