Skip to content

Commit f508f4a

Browse files
Update cerebras.mdx
1 parent 9f5abc0 commit f508f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/ai-gateway/providers/cerebras.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ When making requests to Cerebras, ensure you have the following:
2525
### cURL
2626

2727
```bash title="Example fetch request"
28-
curl -X POST https://gateway.ai.cloudflare.com/v1/ACCOUNT_TAG/GATEWAY/cerebras/chat/completions \
28+
curl https://gateway.ai.cloudflare.com/v1/ACCOUNT_TAG/GATEWAY/cerebras/chat/completions \
2929
--header 'content-type: application/json' \
3030
--header 'Authorization: Bearer CEREBRAS_TOKEN' \
3131
--data '{

0 commit comments

Comments
 (0)