aboutsummaryrefslogtreecommitdiff
path: root/prompts
diff options
context:
space:
mode:
authorTomáš Pazdiora <tomas.pazdiora@gmail.com>2023-04-14 17:19:17 +0200
committerGitHub <noreply@github.com>2023-04-14 18:19:17 +0300
commitf4d277ae17247ee51129ef1a9ff74d377cc90b1b (patch)
tree6473c4a1d5ac2ccfe39f496d6c8c60395b84c10d /prompts
parentc9a59b70a54e0bc05777df287feaea3dbe0310c4 (diff)
main : alternative instruct mode (Vicuna support, etc.) (#863)
* Add support for configs, add configurable prefixes / suffixes, deprecate instruct mode, add stop prompt * Add multiline mode, update text input. * bugfix * update implementation * typos * Change --multiline implementation to be toggled by EOF. * bugfix * default multiline mode * add more configs * update formating * update formatting * apply suggestions
Diffstat (limited to 'prompts')
-rw-r--r--prompts/alpaca.txt1
-rw-r--r--prompts/chat-with-bob.txt7
2 files changed, 0 insertions, 8 deletions
diff --git a/prompts/alpaca.txt b/prompts/alpaca.txt
deleted file mode 100644
index 2224bde..0000000
--- a/prompts/alpaca.txt
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index ad494d8..0000000
--- a/prompts/chat-with-bob.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-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