Use chat-instruct mode by default

This commit is contained in:
oobabooga 2024-07-19 21:42:40 -07:00
parent b19d239a60
commit aa7c14a463
2 changed files with 2 additions and 2 deletions

View File

@ -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',

View File

@ -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