Skip to content

Commit 384d7f0

Browse files
Update src/content/docs/workers-ai/guides/tutorials/build-a-workers-ai-whisper-with-chunking.mdx
Co-authored-by: Kate Tungusova <[email protected]>
1 parent 264199e commit 384d7f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers-ai/guides/tutorials/build-a-workers-ai-whisper-with-chunking.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ cd whisper-tutorial
5656

5757
You must create an AI binding for your Worker to connect to Workers AI. [Bindings](/workers/runtime-apis/bindings/) allow your Workers to interact with resources, like Workers AI, on the Cloudflare Developer Platform.
5858

59-
To bind Workers AI to your Worker, add the following to the end of your Wrangler file:
59+
To bind Workers AI to your Worker, add the following to the end of your `wrangler.toml` file:
6060

6161
<WranglerConfig>
6262

0 commit comments

Comments
 (0)