-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Description
Prerequisites
Please answer the following questions for yourself before submitting an issue.
- [Y] I am running the latest code. Development is very rapid so there are no tagged versions as of now.
- [Y] I carefully followed the README.md.
- [Y] I searched using keywords relevant to my issue to make sure that I am creating a new issue that is not already open (or closed).
- [Y] I reviewed the Discussions, and have a new bug or useful enhancement to share.
Expected Behavior
Hi!
I have been using the --reverse-prompt "User:"
parameter along with the interactive mode in previous versions. When waiting for user input, the console used to echo "User:" as shown in the screenshot below:
Current Behavior
However, in the new version found in llama.cpp
, the "User:" prompt is no longer echoed in the console. I've checked the documentation, and it doesn't seem to mention any changes regarding this behavior. Is this an oversight or an intentional modification?

My command-line args could be found at: https://github.com/OpenBuddy/OpenBuddy/blob/main/chat-llamacpp.bat
Please let me know if you need any additional information or if there's something else I need to do to restore the previous behavior.
Thank you!