Skip to content

Commit 63a795d

Browse files
Wauplingary149
andauthored
Update docs/api-inference/index.md
Co-authored-by: Victor Muštar <[email protected]>
1 parent 751ac5a commit 63a795d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-inference/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Let's start with a cURL command highlighting the raw HTTP request. You can adapt
4949

5050
```bash
5151
curl https://router.huggingface.co/novita/v3/openai/chat/completions \
52-
-H 'Authorization: Bearer hf_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' \
52+
-H "Authorization: Bearer $HF_TOKEN" \
5353
-H 'Content-Type: application/json' \
5454
-d '{
5555
"messages": [

0 commit comments

Comments
 (0)