diff --git a/modules/shared.py b/modules/shared.py index 08e7a88..28481a8 100644 --- a/modules/shared.py +++ b/modules/shared.py @@ -55,7 +55,7 @@ settings = { 'name2': 'Assistant', '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': '', - 'instruction_template': 'None', + 'instruction_template': 'Alpaca', 'chat-instruct_command': 'Continue the chat dialogue below. Write a single reply for the character "<|character|>".\n\n<|prompt|>', 'autoload_model': False, 'default_extensions': ['gallery'], diff --git a/settings-template.yaml b/settings-template.yaml index b2526df..b819eb3 100644 --- a/settings-template.yaml +++ b/settings-template.yaml @@ -25,7 +25,7 @@ name1: You name2: Assistant 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: '' -instruction_template: None +instruction_template: Alpaca chat-instruct_command: |- Continue the chat dialogue below. Write a single reply for the character "<|character|>".