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 4f4770a commit fda58f3Copy full SHA for fda58f3
src/components/models/code/MelottsCode.astro
@@ -23,7 +23,7 @@ export default {
23
prompt: 'Hello world',
24
lang: 'en',
25
});
26
- // Retuns the base64 encoded MP3 audio
+ // Returns the base64 encoded MP3 audio
27
return Response.json({ audio });
28
},
29
} satisfies ExportedHandler<Env>;`;
0 commit comments