Skip to content

Commit 8c94478

Browse files
mchencosamscott89
andauthored
Update src/components/models/code/OpenAIResponsesTextGenerationCode.astro
Co-authored-by: Sam Scott <[email protected]>
1 parent 29fb045 commit 8c94478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/models/code/OpenAIResponsesTextGenerationCode.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const worker = `
1616
export default {
1717
async fetch(request, env): Promise<Response> {
1818
const response = await env.AI.run('${name}', {
19-
instructions: 'You are a concise assisant.',
19+
instructions: 'You are a concise assistant.',
2020
input: 'What is the origin of the phrase Hello, World?',
2121
});
2222

0 commit comments

Comments
 (0)