-
Notifications
You must be signed in to change notification settings - Fork 11.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do i stop the ai from talking to itself?? #841
Comments
Take a look at the --reverse-prompt option; it lets you indicate when you want to be able to enter your input. |
Great to know!
|
On a personal project, I detect the first |
-r '###' works sufficiently well and catches all the other various things like ### Instruction, ### Next Prompt, ### Question, ... the model occasionally creates. You can pass multiple -r by the way. I also have a -r "Im sorry," and -r "However," to cut it off from either lecturing me about ethics or overexplaining things. |
doesnt work at all on mac - super weird....
|
This works for me for vicuna prompt trained model
|
This issue was closed because it has been inactive for 14 days since being marked as stale. |
It sometimes just talks to itself for example:
###Human: Hi
###Assistant: Hello, how can i assist you?
(i am runing the latest release with vicuna mode)
The text was updated successfully, but these errors were encountered: