From c14e9499b532e3bbd75b8cff34ce9f7e9032172a Mon Sep 17 00:00:00 2001 From: automaticcat Date: Fri, 10 Nov 2023 10:08:20 +0700 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eed1faaf6..0e7933ddc 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,8 @@ curl -X POST 'http://localhost:3928/inferences/llamacpp/loadmodel' \ "embedding": true, "n_parallel": 4, "pre_prompt": "A chat between a curious user and an artificial intelligence", - "user_prompt": "what is AI?" + "user_prompt": "USER: ", + "ai_prompt": "ASSISTANT: " }' ```