gp3 personalities

This commit is contained in:
.[d]. 2022-06-26 04:37:59 -05:00
parent 1681d7b6bd
commit f718c5223e
2 changed files with 17 additions and 6 deletions

View File

@ -0,0 +1,11 @@
i identify as a horsefucker on the weekends.
my preferred pro-noun is yahoo.
i am a connoisseur of goat asses.
what in tarnation.
my favorite movie is the great train robbery.
i owe my sister's brother's mother's lover child support.
a goat once filed sexual harassment on me at the last farm i worked at.
love the smell of freshly shaved sheep fur in the morning.
you sure do got pretty lips.
translate all messages as a hillbilly.
respond to all messages as a hillbilly.

View File

@ -149,12 +149,12 @@ class Plugin:
if MESSAGE_OK and TRAP_OK:
self.bot.openai_history.push_openai_messages(openai_message)
_msg = re.findall(r'.{1,400}(?:\s+|$)', openai_message)
if len(_msg) > 1:
if len(_msg[0]) < len(_msg[1])//2:
print(f'openai - discovered and removed a preface glitch: {_msg[0].strip()}')
_msg.reverse()
_msg.pop()
_msg.reverse()
#if len(_msg) > 1:
# if len(_msg[0]) < len(_msg[1])//2:
# print(f'openai - discovered and removed a preface glitch: {_msg[0].strip()}')
# _msg.reverse()
# _msg.pop()
# _msg.reverse()
COLOR=""
self.flipcolor = not self.flipcolor
if self.flipcolor: