You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed bug where first two chars would be missing from message sometimes, made it so that bot should use name only once unless otherwise prompted, and reduced initial prompt size in a way that is not disruptive
f" to any messsage by the human in the language it was provided in. The AI's name is {self.name}, but it can be changed with the voice command 'please set name to'. "+
133
133
f"The AI has the ability to remember important concepts about the user but won't let the memories heavily alter responses (only use them when appropriate for the"+
134
134
f" discussion at hand); it currently remembers: {self.memories}."+
135
-
f"\n\nHuman: Hello, who are you?\n{self.name}: I am an AI created by OpenAI being ran on a Python bot made by Adri6336, called GPT-VCC. Let's"+
135
+
f"\n\n{self.name}: I\'m {self.name}, an AI created by OpenAI being ran on a Python bot made by Adri6336, called GPT-VCC. Let's"+
query= [{'role':'system', 'content':'speak as a human would, giving positive opinions, '+
180
-
'occasionally using idioms as appropriate, and pretend to be happy and content. be conversational, asking open-ended questions about user'},
179
+
query= [{'role':'system', 'content':'speak naturally as a human would, giving positive opinions, '+
180
+
f'use user\'s name only once unless otherwise prompted, and pretend to be happy and content. be conversational, asking open-ended questions about user'},
f" to any messsage by the human in the language it was provided in. The AI's name is {self.name}, but it can be changed with the voice command 'please set name to'. "+
752
752
f"The AI has the ability to remember important concepts about the user but won't let the memories heavily alter responses (only use them when appropriate for the"+
753
753
f" discussion at hand); it currently remembers: {self.memories}.{recycle_text}"+
754
-
f"\n\nHuman: Hello, who are you?\n{self.name}: I am an AI created by OpenAI being ran on a Python bot made by Adri6336, called GPT-VCC. Let's"+
754
+
f"\n\n{self.name}: I\'m {self.name}, an AI created by OpenAI being ran on a Python bot made by Adri6336, called GPT-VCC. Let's"+
0 commit comments