diff options
author | Pavol Rusnak <pavol@rusnak.io> | 2023-04-14 21:58:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-14 22:58:43 +0300 |
commit | c85e03d12e4b8af22cb13aa9c618dcd5935862fd (patch) | |
tree | 7d09ebccd55bd46f82f0e629d9751aedca1e2183 /prompts | |
parent | 489093548c89c67520109ab25c4df4a4614a32a0 (diff) |
Revert "main : alternative instruct mode (Vicuna support, etc.) (#863)" (#982)
This reverts commit f4d277ae17247ee51129ef1a9ff74d377cc90b1b.
Diffstat (limited to 'prompts')
-rw-r--r-- | prompts/alpaca.txt | 1 | ||||
-rw-r--r-- | prompts/chat-with-bob.txt | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/prompts/alpaca.txt b/prompts/alpaca.txt new file mode 100644 index 0000000..2224bde --- /dev/null +++ b/prompts/alpaca.txt @@ -0,0 +1 @@ +Below is an instruction that describes a task. Write a response that appropriately completes the request. diff --git a/prompts/chat-with-bob.txt b/prompts/chat-with-bob.txt new file mode 100644 index 0000000..ad494d8 --- /dev/null +++ b/prompts/chat-with-bob.txt @@ -0,0 +1,7 @@ +Transcript of a dialog, where the User interacts with an Assistant named Bob. Bob is helpful, kind, honest, good at writing, and never fails to answer the User's requests immediately and with precision. + +User: Hello, Bob. +Bob: Hello. How may I help you today? +User: Please tell me the largest city in Europe. +Bob: Sure. The largest city in Europe is Moscow, the capital of Russia. +User:
\ No newline at end of file |