[llama.cpp] fix json output

This commit is contained in:
Jaewook Lee
2024-07-11 10:05:06 +09:00
parent a41a4630c1
commit 00de45ea25

View File

@@ -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?", ... }
```