mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-05 06:35:15 +00:00
Use chat-instruct mode by default
This commit is contained in:
parent
b19d239a60
commit
aa7c14a463
2 changed files with 2 additions and 2 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue