mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
update docs
This commit is contained in:
parent
b662535cd9
commit
042904a8b1
1 changed files with 1 additions and 1 deletions
|
|
@ -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 .
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue