how to do multiline prompts? #1895
Answered
by
ianscrivener
kolinfluence
asked this question in
Q&A
-
how do i do multiline prompts in "interaction mode"? currently if there's a newline it seems llama.cpp will just treat it as message completed. |
Beta Was this translation helpful? Give feedback.
Answered by
ianscrivener
Jun 17, 2023
Replies: 1 comment
-
have you tried |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kolinfluence
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
have you tried
--multiline-input
... which "allows you to write or paste multiple lines without ending each in ''"