mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
Use chat-instruct mode by default
This commit is contained in:
parent
b19d239a60
commit
aa7c14a463
@ -33,7 +33,7 @@ settings = {
|
|||||||
'dark_theme': True,
|
'dark_theme': True,
|
||||||
'show_controls': True,
|
'show_controls': True,
|
||||||
'start_with': '',
|
'start_with': '',
|
||||||
'mode': 'chat',
|
'mode': 'chat-instruct',
|
||||||
'chat_style': 'cai-chat',
|
'chat_style': 'cai-chat',
|
||||||
'prompt-default': 'QA',
|
'prompt-default': 'QA',
|
||||||
'prompt-notebook': 'QA',
|
'prompt-notebook': 'QA',
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
dark_theme: true
|
dark_theme: true
|
||||||
show_controls: true
|
show_controls: true
|
||||||
start_with: ''
|
start_with: ''
|
||||||
mode: chat
|
mode: chat-instruct
|
||||||
chat_style: cai-chat
|
chat_style: cai-chat
|
||||||
prompt-default: QA
|
prompt-default: QA
|
||||||
prompt-notebook: QA
|
prompt-notebook: QA
|
||||||
|
Loading…
Reference in New Issue
Block a user