mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-10-27 08:21:30 +00:00
examples : read chat prompts from a template file (#1196)
This commit is contained in:
7
prompts/chat-with-vicuna-v0.txt
Normal file
7
prompts/chat-with-vicuna-v0.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
A chat between a curious human ("[[USER_NAME]]") and an artificial intelligence assistant ("[[AI_NAME]]"). The assistant gives helpful, detailed, and polite answers to the human's questions.
|
||||
|
||||
### [[USER_NAME]]: Hello, [[AI_NAME]].
|
||||
### [[AI_NAME]]: Hello. How may I help you today?
|
||||
### [[USER_NAME]]: Please tell me the largest city in Europe.
|
||||
### [[AI_NAME]]: Sure. The largest city in Europe is Moscow, the capital of Russia.
|
||||
### [[USER_NAME]]:
|
||||
Reference in New Issue
Block a user