Skip to content

Commit 264199e

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 0790eeb commit 264199e

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
@@ -90,7 +90,7 @@ Replace the contents of your `src/index.ts` file with the following integrated c
9090

9191
(2) Fetch the audio file while explicitly following redirects.
9292

93-
(3) Split the audio file into smaller chunks (such as, 1MB chunks).
93+
(3) Split the audio file into smaller chunks (such as, 1 MB chunks).
9494

9595
(4) Transcribe each chunk using the Whisper-large-v3-turbo model via the Cloudflare AI binding.
9696

0 commit comments

Comments
 (0)