use a model we know has tool calling capabilities

This commit is contained in:
William Jeynes
2026-03-31 18:26:55 +01:00
parent 593baf9b15
commit 01b04dd73e
+1 -1
View File
@@ -9,7 +9,7 @@ export function createModelNode(tools: any, promptPath: string): GraphNode<typeo
const sysPrompt = await hydratePrompt(promptPath, state);
const model = new ChatOllama({
model: "deepseek-r1:14b",
model: "qwen3.5:9b",
temperature: 0.7,
});