Skip to content

Commit 21d7997

Browse files
committed
examples/tutorial: Use remote Workers AI
Mark the tutorial AI binding as remote so local development keeps the Worker, Durable Object, and container local while proxying Workers AI to Cloudflare.
1 parent fa7c114 commit 21d7997

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/tutorial/wrangler.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"compatibility_date": "2026-05-26",
1010
"compatibility_flags": ["nodejs_compat"],
1111

12-
"ai": { "binding": "AI" },
12+
"ai": { "binding": "AI", "remote": true },
1313

1414
"containers": [
1515
{

0 commit comments

Comments
 (0)