Skip to content

Commit

Permalink
update claude model
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnrushefsky committed Nov 1, 2024
1 parent 7e9297e commit d551752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generateWorkflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ async function generateWorkflow(input: string): Promise<any> {
);
const msg = await anthropic.messages.create(
{
model: "claude-3-5-sonnet-20240620",
model: "claude-3-5-sonnet-20241022",
max_tokens: 8192,
temperature: 0,
system: systemPrompt,
Expand Down

0 comments on commit d551752

Please sign in to comment.