Skip to content

Commit

Permalink
updateArtifact should use 40
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Oct 17, 2024
1 parent a1576dd commit 9397a2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/agent/open-canvas/nodes/updateArtifact.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ export const updateArtifact = async (
config: LangGraphRunnableConfig
): Promise<OpenCanvasGraphReturnType> => {
const smallModel = new ChatOpenAI({
model: "gpt-4o-mini",
temperature: 0.5,
model: "gpt-4o",
temperature: 0,
});

const store = ensureStoreInConfig(config);
Expand Down

0 comments on commit 9397a2c

Please sign in to comment.