Skip to content

Commit 508fde3

Browse files
Update src/content/docs/workers-ai/features/async-batch-api.mdx
Co-authored-by: Kevin Jain <[email protected]>
1 parent 95838b8 commit 508fde3

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
@@ -216,7 +216,7 @@ export default {
216216
const batchResponse = await env.AI.run(
217217
"@cf/meta/llama-3.3-70b-instruct-batch",
218218
{
219-
prompts: data.prompts,
219+
requests: data.requests,
220220
}, { queueRequest: true }
221221
);
222222

0 commit comments

Comments
 (0)