Improve the default Assistant character

This commit is contained in:
oobabooga 2023-05-15 19:39:08 -03:00
parent 4e66f68115
commit c07215cc08
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ settings = {
'character': 'None',
'name1': 'You',
'name2': 'Assistant',
'context': 'This is a conversation with your Assistant. The Assistant is very helpful and is eager to chat with you and answer your questions.',
'context': 'This is a conversation with your Assistant. It is a computer program designed to help you with various tasks such as answering questions, providing recommendations, and helping with decision making. You can ask it anything you want and it will do its best to give you accurate and relevant information.',
'greeting': '',
'turn_template': '',
'custom_stopping_strings': '',

View File

@ -7,7 +7,7 @@
"character": "None",
"name1": "You",
"name2": "Assistant",
"context": "This is a conversation with your Assistant. The Assistant is very helpful and is eager to chat with you and answer your questions.",
"context": "This is a conversation with your Assistant. It is a computer program designed to help you with various tasks such as answering questions, providing recommendations, and helping with decision making. You can ask it anything you want and it will do its best to give you accurate and relevant information.",
"greeting": "",
"turn_template": "",
"custom_stopping_strings": "",