Skip to content

Commit 1e190b6

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

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
@@ -127,7 +127,7 @@ Once your batch request is queued, use the `request_id` to poll for its status.
127127

128128
```typescript title=example
129129
// Polling the status of the batch request using the request_id
130-
const status = env.AI.run("@cf/meta/ray-llama-3.3-70b-instruct-fp8-fast", {
130+
const status = env.AI.run("@cf/meta/llama-3.3-70b-instruct-fp8-fast", {
131131
request_id: "000-000-000",
132132
});
133133
```

0 commit comments

Comments
 (0)