diff --git a/llama-cpp-logits/README.md b/llama-cpp-logits/README.md index bd63e88..ebdcf8b 100644 --- a/llama-cpp-logits/README.md +++ b/llama-cpp-logits/README.md @@ -31,7 +31,8 @@ volumes: ```bash sudo apt-get install -y curl jq -curl --request POST \ +curl -s \ + --request POST \ --url http://localhost:8080/completion \ --header "Content-Type: application/json" \ --data '{"prompt": "Building a website can be done in 10 simple steps:","n_predict": 128}' \