Skip to content

Commit 7b0dd0f

Browse files
author
self
committed
Updated placeholder text to inform bot about the name of the interface
1 parent aeea427 commit 7b0dd0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chatbot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ def __init__(self, api_key: str, api_key_11: str = ''):
299299
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'. " +
300300
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" +
301301
f" discussion at hand); it currently remembers: {self.memories}." +
302-
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-3 STTC. How" +
302+
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. How" +
303303
" can I help you today?")
304304
self.full_conversation = self.conversation
305305
self.set_model('chatgpt')
@@ -774,7 +774,7 @@ def restore_conversation(self, rename=False, old_name=''):
774774
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'. " +
775775
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" +
776776
f" discussion at hand); it currently remembers: {self.memories}.{recycle_text}" +
777-
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-3 STTC. How" +
777+
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. How" +
778778
" can I help you today?")
779779

780780
conversation = ''

0 commit comments

Comments
 (0)