Skip to content

Commit 313adef

Browse files
authored
Update src/content/docs/agents/build/prompts.mdx
1 parent 12bb34c commit 313adef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/agents/build/prompts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ export default {
788788
async fetch(req: Request, env: Env, ctx: ExecutionContext) {
789789
const openai = new OpenAI({
790790
apiKey: env.WORKERS_AI_API_KEY
791-
);
791+
});
792792

793793
const stream = await openai.chat.completions.create({
794794
messages: [

0 commit comments

Comments
 (0)