Skip to content

Commit a4f221f

Browse files
committed
Typo between stream and response
1 parent 4eaf02e commit a4f221f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/models/code/TextToImageCode.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default {
2323
prompt: "cyberpunk cat",
2424
};
2525
26-
const stream = await env.AI.run(
26+
const response = await env.AI.run(
2727
"${name}",
2828
inputs
2929
);

0 commit comments

Comments
 (0)