diff --git a/llama-cpp-logits/README.md b/llama-cpp-logits/README.md index c4dab76..c07189a 100644 --- a/llama-cpp-logits/README.md +++ b/llama-cpp-logits/README.md @@ -32,7 +32,7 @@ $ curl --request POST \ ``` ```json -{"content":"\n\n**1. Define Your Purpose:**\n\n* What do you want to achieve with your website? ... } +{"content":"\n\n**1. Define Your Purpose:**\n\n* What do you want to achieve with your website?", ... } ``` ## Python Client @@ -78,9 +78,6 @@ response = requests.post( } ).json() -# print(response['content']) - - df = pl.DataFrame(response['completion_probabilities'][0]['probs']) print(df) ```