We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 925a02d commit eee90f6Copy full SHA for eee90f6
src/components/models/code/DeepgramNova.astro
@@ -15,7 +15,7 @@ const { name } = props.parse(Astro.props);
15
const worker = `
16
export default {
17
async fetch(request, env, ctx): Promise<Response> {
18
- const URL = "https://pub-dbcf9f0bd3af47ca9d40971179ee62de.r2.dev/02f6edc0-1f7b-4272-bd17-f05335104725/audio.mp3";
+ const URL = "https://URL_TO_MP3_FILE/audio.mp3";
19
const mp3 = await fetch(URL);
20
21
0 commit comments