Skip to content

Commit bbffc28

Browse files
committed
fix
1 parent aeb0731 commit bbffc28

File tree

1 file changed

+1
-1
lines changed
  • packages/tasks/src/snippets

1 file changed

+1
-1
lines changed

packages/tasks/src/snippets/js.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ async function infer(prompt, parameters) {
208208
parameters,
209209
model: "${model.id}",
210210
provider: "${provider}",
211-
accessToken: "${accessToken}
211+
accessToken: "${accessToken}",
212212
});
213213
}
214214

0 commit comments

Comments
 (0)