Skip to content

Commit

Permalink
fix: correct README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sangjanai committed May 7, 2024
1 parent 40410f4 commit 0343c90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
]
}'
```
Expand Down

0 comments on commit 0343c90

Please sign in to comment.