diff --git a/README.md b/README.md index 0524917..d77ae38 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" - ] }' ```