Closed qcezwsx closed 10 months ago
Yes, there's a workaround. Currently any text in between *
asterics *
gets cleaned out; you can disable it by commenting out string = remove_surrounded_chars(string)
in the function def output_modifier(string)
TODO: make a toggle to change this behaviour via UI?
for example if there is only an action description in response , like
*You're standing right outside the adventurer guild, what do you want to do?*
You will getno viable description in reply, try regenerating
as an answer from the bot.That makes it unusable in RPG style bots. It's very sad because they are like made for each other with adventure mode.
Maybe there is a workaround?