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 46e2f1a commit 96c38a9Copy full SHA for 96c38a9
src/components/models/code/DeepgramFlux.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 resp = await env.AI.run("@cf/deepgram/flux", {
+ const resp = await env.AI.run("${name}", {
19
encoding: "linear16",
20
sample_rate: "16000"
21
}, {
0 commit comments