Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-c committed Jan 23, 2025
1 parent aeb0731 commit bbffc28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tasks/src/snippets/js.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ async function infer(prompt, parameters) {
parameters,
model: "${model.id}",
provider: "${provider}",
accessToken: "${accessToken}
accessToken: "${accessToken}",
});
}
Expand Down

0 comments on commit bbffc28

Please sign in to comment.