Skip to content

Commit eee90f6

Browse files
authored
Update DeepgramNova.astro
1 parent 925a02d commit eee90f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/models/code/DeepgramNova.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const { name } = props.parse(Astro.props);
1515
const worker = `
1616
export default {
1717
async fetch(request, env, ctx): Promise<Response> {
18-
const URL = "https://pub-dbcf9f0bd3af47ca9d40971179ee62de.r2.dev/02f6edc0-1f7b-4272-bd17-f05335104725/audio.mp3";
18+
const URL = "https://URL_TO_MP3_FILE/audio.mp3";
1919
const mp3 = await fetch(URL);
2020
2121

0 commit comments

Comments
 (0)