mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-24 08:56:52 +01:00
Use chat-instruct mode by default
This commit is contained in:
parent
b19d239a60
commit
aa7c14a463
@ -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',
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user