Update llama-cpp-logits/README.md
This commit is contained in:
@@ -31,7 +31,8 @@ volumes:
|
|||||||
```bash
|
```bash
|
||||||
sudo apt-get install -y curl jq
|
sudo apt-get install -y curl jq
|
||||||
|
|
||||||
curl --request POST \
|
curl -s \
|
||||||
|
--request POST \
|
||||||
--url http://localhost:8080/completion \
|
--url http://localhost:8080/completion \
|
||||||
--header "Content-Type: application/json" \
|
--header "Content-Type: application/json" \
|
||||||
--data '{"prompt": "Building a website can be done in 10 simple steps:","n_predict": 128}' \
|
--data '{"prompt": "Building a website can be done in 10 simple steps:","n_predict": 128}' \
|
||||||
|
|||||||
Reference in New Issue
Block a user