diff --git a/modules/shared.py b/modules/shared.py index cb15ba86..07a3c89d 100644 --- a/modules/shared.py +++ b/modules/shared.py @@ -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': '', diff --git a/settings-template.json b/settings-template.json index 492295f8..fffef0d9 100644 --- a/settings-template.json +++ b/settings-template.json @@ -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": "",