Skip to content

Commit 855ad6a

Browse files
Update src/content/docs/workers-ai/features/batch-api/get-started.mdx
Co-authored-by: Kevin Jain <[email protected]>
1 parent c461b93 commit 855ad6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ export default {
223223
// Send the batch request to the AI model via the AI binding
224224
// Replace "@cf/meta/ray-llama-3.3-70b-instruct-fp8-fast" with your desired batch-enabled model if needed.
225225
const batchResponse = await env.AI.run(
226-
"@cf/meta/ray-llama-3.3-70b-instruct-fp8-fast",
226+
"@cf/meta/llama-3.3-70b-instruct-fp8-fast",
227227
{
228228
requests: data.requests,
229229
},

0 commit comments

Comments
 (0)