mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-11-11 21:39:52 +00:00
f4d277ae17
* 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
16 lines
539 B
Plaintext
16 lines
539 B
Plaintext
--interactive-first
|
|
--keep -1
|
|
--ins-prefix-bos
|
|
--ins-prefix "\nUser: "
|
|
--ins-suffix "\nBob: "
|
|
--reverse-prompt "User: "
|
|
--rm-trailing-space-workaround
|
|
|
|
-p "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."
|
|
|