Skip to content

Commit 4377c68

Browse files
Update src/content/docs/workers-ai/features/async-batch-api.mdx
Co-authored-by: Kevin Jain <[email protected]>
1 parent 4d6d683 commit 4377c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers-ai/features/async-batch-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ export default {
217217
"@cf/meta/llama-3.3-70b-instruct-batch",
218218
{
219219
prompts: data.prompts,
220-
},
220+
}, { queueRequest: true }
221221
);
222222

223223
// Return the response from the AI API

0 commit comments

Comments
 (0)