mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-21 02:55:01 +00:00
Update quickstart.md
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
parent
6b07ded119
commit
4486db912b
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ Call functions
|
||||||
<details>
|
<details>
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl https://localhost:8080/v1/chat/completions \
|
curl http://localhost:8080/v1/chat/completions \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
-d '{
|
-d '{
|
||||||
"model": "gpt-4",
|
"model": "gpt-4",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue