update docs

This commit is contained in:
Adil Hafeez 2025-07-08 00:42:33 -07:00
parent b662535cd9
commit 042904a8b1
No known key found for this signature in database
GPG key ID: 9B18EF7691369645

View file

@ -18,7 +18,7 @@ You can also pass in a header to override model when sending prompt. Following e
```bash
$ curl --header 'Content-Type: application/json' \
--header 'x-arch-llm-provider-hint: ministral-3b' \
--header 'x-arch-llm-provider-hint: mistral/ministral-3b' \
--data '{"messages": [{"role": "user","content": "hello"}], "model": "none"}' \
http://localhost:12000/v1/chat/completions 2> /dev/null | jq .
{