Skip to content

Commit c14e949

Browse files
authored
Update README.md
1 parent c94dc65 commit c14e949

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ curl -X POST 'http://localhost:3928/inferences/llamacpp/loadmodel' \
7070
"embedding": true,
7171
"n_parallel": 4,
7272
"pre_prompt": "A chat between a curious user and an artificial intelligence",
73-
"user_prompt": "what is AI?"
73+
"user_prompt": "USER: ",
74+
"ai_prompt": "ASSISTANT: "
7475
}'
7576
```
7677

0 commit comments

Comments
 (0)