diff --git a/modules/shared.py b/modules/shared.py index c42ba7ed..de621710 100644 --- a/modules/shared.py +++ b/modules/shared.py @@ -46,7 +46,8 @@ settings = { 'prompts': { 'default': 'Common sense questions and answers\n\nQuestion: \nFactual answer:', '^(gpt4chan|gpt-4chan|4chan)': '-----\n--- 865467536\nInput text\n--- 865467537\n', - '(rosey|chip|joi)_.*_instruct.*': 'User: \n' + '(rosey|chip|joi)_.*_instruct.*': 'User: \n', + 'oasst-*': '<|prompter|>Write a story about future of AI development<|endoftext|><|assistant|>' } } diff --git a/settings-template.json b/settings-template.json index 6585f313..9da43970 100644 --- a/settings-template.json +++ b/settings-template.json @@ -29,6 +29,7 @@ "prompts": { "default": "Common sense questions and answers\n\nQuestion: \nFactual answer:", "^(gpt4chan|gpt-4chan|4chan)": "-----\n--- 865467536\nInput text\n--- 865467537\n", - "(rosey|chip|joi)_.*_instruct.*": "User: \n" + "(rosey|chip|joi)_.*_instruct.*": "User: \n", + "oasst-*": "<|prompter|>Write a story about future of AI development<|endoftext|><|assistant|>" } }