From 5bb3a044dafb040786bc67f19fb1154a509c5fef Mon Sep 17 00:00:00 2001 From: jay817 Date: Sun, 1 Sep 2024 03:19:23 -0400 Subject: [PATCH] Update llama-cpp-logits/README.md --- llama-cpp-logits/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}' \