mirror of
https://github.com/katanemo/plano.git
synced 2026-07-11 16:12:13 +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
|
```bash
|
||||||
|
|
||||||
$ curl --header 'Content-Type: application/json' \
|
$ 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"}' \
|
--data '{"messages": [{"role": "user","content": "hello"}], "model": "none"}' \
|
||||||
http://localhost:12000/v1/chat/completions 2> /dev/null | jq .
|
http://localhost:12000/v1/chat/completions 2> /dev/null | jq .
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue