Update src/graph.py
Build and Push Agent API / build (push) Successful in 45s

updated to flash, since old model was removed by deepseek
This commit is contained in:
2026-07-26 07:46:56 +00:00
parent f21676eafd
commit cab51e8399
+1 -1
View File
@@ -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.