examples : read chat prompts from a template file (#1196)
This commit is contained in:
parent
bca9ad938a
commit
6daa09d879
4 changed files with 60 additions and 30 deletions
7
prompts/chat-with-vicuna-v1.txt
Normal file
7
prompts/chat-with-vicuna-v1.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]]:
|
Loading…
Add table
Add a link
Reference in a new issue