From 0343c90b03454a6da509d8d345e8cadd966da704 Mon Sep 17 00:00:00 2001 From: vansangpfiev Date: Tue, 7 May 2024 15:57:42 +0700 Subject: [PATCH] fix: correct README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0524917c..d77ae389 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ If you don't have git, you can download the source code as a file archive from [ ## Build library with server example - **On Windows** Install choco - + Install make ``` choco install make -y @@ -118,9 +118,9 @@ curl http://localhost:3928/v1/chat/completions \ { "role": "user", "content": "Who won the world series in 2020?" - }, + } + ], "model": "llama-2-7b-chat.Q5_K_M" - ] }' ```