We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 751ac5a commit 63a795dCopy full SHA for 63a795d
docs/api-inference/index.md
@@ -49,7 +49,7 @@ Let's start with a cURL command highlighting the raw HTTP request. You can adapt
49
50
```bash
51
curl https://router.huggingface.co/novita/v3/openai/chat/completions \
52
- -H 'Authorization: Bearer hf_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' \
+ -H "Authorization: Bearer $HF_TOKEN" \
53
-H 'Content-Type: application/json' \
54
-d '{
55
"messages": [
0 commit comments