From cab51e83995236e24982d3b8c1ab7ee97e603d85 Mon Sep 17 00:00:00 2001 From: TimHoogervorst Date: Sun, 26 Jul 2026 07:46:56 +0000 Subject: [PATCH] Update src/graph.py updated to flash, since old model was removed by deepseek --- src/graph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graph.py b/src/graph.py index bdbcd69..5130d1a 100644 --- a/src/graph.py +++ b/src/graph.py @@ -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.