From aa7c14a4633cf5e3b612deb4a718161bd1c23cc2 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Fri, 19 Jul 2024 21:42:40 -0700 Subject: [PATCH] Use chat-instruct mode by default --- modules/shared.py | 2 +- settings-template.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/shared.py b/modules/shared.py index d96e3156..09cbedcf 100644 --- a/modules/shared.py +++ b/modules/shared.py @@ -33,7 +33,7 @@ settings = { 'dark_theme': True, 'show_controls': True, 'start_with': '', - 'mode': 'chat', + 'mode': 'chat-instruct', 'chat_style': 'cai-chat', 'prompt-default': 'QA', 'prompt-notebook': 'QA', diff --git a/settings-template.yaml b/settings-template.yaml index f09c845e..8d6e8dd8 100644 --- a/settings-template.yaml +++ b/settings-template.yaml @@ -1,7 +1,7 @@ dark_theme: true show_controls: true start_with: '' -mode: chat +mode: chat-instruct chat_style: cai-chat prompt-default: QA prompt-notebook: QA