Skip to content

Commit 96c38a9

Browse files
committed
fix test
1 parent 46e2f1a commit 96c38a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/models/code/DeepgramFlux.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 resp = await env.AI.run("@cf/deepgram/flux", {
18+
const resp = await env.AI.run("${name}", {
1919
encoding: "linear16",
2020
sample_rate: "16000"
2121
}, {

0 commit comments

Comments
 (0)