-
Notifications
You must be signed in to change notification settings - Fork 134
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
Add AdventureMode stopper #334
Conversation
I think this will be useful but since it touches the backend I am going to put this on hold until the backend changes are in. |
Story commentators
25f8d5f
to
f863d5d
Compare
adds a stopper token for adventure mode when it detects the bot generating impersonating text after " > You"
modified for new backend |
Adventure mode responses can be more dynamic, we don't want to block You on a new line because thats what Skein often does. |
The reason I added You is because I was having several models continue on with choices , generating output as me, because it didn't have > in front of it. When I was testing it, I couldn't think of a scenario where this would break normal play |
Traditional adventure models like AI Dungeon's model have an extreme You bias.
A proper adventure mode basically interperates your instruction and does a varient off it. |
Yeah that would still work, before it would be like:
Etc It's been a while since I last tested this but I believe I tuned it so it will not stop at the first sentence that starts with You because of the stopper having 2 newlines in it |
Stops at "> You " and "You:" when adventure mode is enabled
Was useful for me