From 8d46a8c50a5fca3875e7f966ae17a80a44e3b325 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Tue, 1 Aug 2023 09:35:17 -0700 Subject: [PATCH] Change the default chat style and the default preset --- modules/shared.py | 4 ++-- settings-template.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/shared.py b/modules/shared.py index a0402878..59d49ab6 100644 --- a/modules/shared.py +++ b/modules/shared.py @@ -53,7 +53,7 @@ settings = { 'truncation_length_max': 16384, 'mode': 'chat', 'start_with': '', - 'chat_style': 'cai-chat', + 'chat_style': 'TheEncrypted777', 'instruction_template': 'None', 'chat-instruct_command': 'Continue the chat dialogue below. Write a single reply for the character "<|character|>".\n\n<|prompt|>', 'chat_generation_attempts': 1, @@ -61,7 +61,7 @@ settings = { 'chat_generation_attempts_max': 10, 'default_extensions': [], 'chat_default_extensions': ['gallery'], - 'preset': 'Divine Intellect', + 'preset': 'simple-1', 'prompt': 'QA', } diff --git a/settings-template.yaml b/settings-template.yaml index 33759567..3d6585d3 100644 --- a/settings-template.yaml +++ b/settings-template.yaml @@ -20,7 +20,7 @@ truncation_length_min: 0 truncation_length_max: 16384 mode: chat start_with: '' -chat_style: cai-chat +chat_style: TheEncrypted777 instruction_template: None chat-instruct_command: |- Continue the chat dialogue below. Write a single reply for the character "<|character|>". @@ -32,5 +32,5 @@ chat_generation_attempts_max: 10 default_extensions: [] chat_default_extensions: - gallery -preset: Divine Intellect +preset: simple-1 prompt: QA