Update llama-cpp-logits/README.md

This commit is contained in:
2024-09-01 03:19:23 -04:00
parent 281816b62f
commit 5bb3a044da

View File

@@ -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}' \