Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
yuiseki committed Dec 29, 2024
1 parent c04df8e commit 62b5353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/voyager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const tools: Array<Tool> = [new Calculator(), new Wikipedia()];
const toolNode = new ToolNode(tools);

const model = new ChatOllama({
model: "qwen2.5-coder:7b",
model: "qwen2.5-coder:1.5b",
format: "json",
temperature: 0,
}).bindTools(tools);
Expand Down

0 comments on commit 62b5353

Please sign in to comment.