From 00de45ea254fb7d2bc246f57a0e60f866d9e0d66 Mon Sep 17 00:00:00 2001 From: Jaewook Lee <11328376+jaewooklee93@users.noreply.github.com> Date: Thu, 11 Jul 2024 10:05:06 +0900 Subject: [PATCH] [llama.cpp] fix json output --- llama-cpp-logits/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama-cpp-logits/README.md b/llama-cpp-logits/README.md index c07189a..4609717 100644 --- a/llama-cpp-logits/README.md +++ b/llama-cpp-logits/README.md @@ -31,7 +31,7 @@ $ curl --request POST \ --data '{"prompt": "Building a website can be done in 10 simple steps:","n_predict": 128}' ``` -```json +```javascript {"content":"\n\n**1. Define Your Purpose:**\n\n* What do you want to achieve with your website?", ... } ```