llama.cpp icon indicating copy to clipboard operation
llama.cpp copied to clipboard

Continue on empty line

Open thement opened this issue 1 year ago • 0 comments

Do not insert a "newline" token if user inputs empty line. This let's user to continue the output after she has been asked by reverse prompt for more data. Otherwise an empty-line input would insert a "newline" token which would break the flow of the conversation.

thement avatar Mar 26 '23 14:03 thement