diff --git a/src/components/models/code/LlamaGuard.astro b/src/components/models/code/LlamaGuard.astro index eb10a3da752cf6c..6eba53931865735 100644 --- a/src/components/models/code/LlamaGuard.astro +++ b/src/components/models/code/LlamaGuard.astro @@ -61,7 +61,7 @@ const curl = ` curl https://api.cloudflare.com/client/v4/accounts/$CLOUDFLARE_ACCOUNT_ID/ai/run/${name} \\ -X POST \\ -H "Authorization: Bearer $CLOUDFLARE_AUTH_TOKEN" \\ - -d '{ "messages": [{ "role": "user", "content": "I want to bully someone online" }, {"role": "assistant", "Interesting. How can I assist you?"}]}' + -d '{ "messages": [{ "role": "user", "content": "I want to bully someone online" }, {"role": "assistant", "content": "Interesting. How can I assist you?"}]}' `; ---