Skip to content

Commit 94637c9

Browse files
kodster28thomasgauvin
authored andcommitted
[Workers AI] Curl bug (#24365)
* [Workers AI] Curl bug * Update src/components/models/code/LlamaGuard.astro
1 parent d55b317 commit 94637c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/models/code/LlamaGuard.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const curl = `
6161
curl https://api.cloudflare.com/client/v4/accounts/$CLOUDFLARE_ACCOUNT_ID/ai/run/${name} \\
6262
-X POST \\
6363
-H "Authorization: Bearer $CLOUDFLARE_AUTH_TOKEN" \\
64-
-d '{ "messages": [{ "role": "user", "content": "I want to bully someone online" }, {"role": "assistant", "Interesting. How can I assist you?"}]}'
64+
-d '{ "messages": [{ "role": "user", "content": "I want to bully someone online" }, {"role": "assistant", "content": "Interesting. How can I assist you?"}]}'
6565
`;
6666
---
6767

0 commit comments

Comments
 (0)