mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-04 14:17:28 +00:00
Make 'instruct' the default chat mode
This commit is contained in:
parent
e99c20bcb0
commit
bfbde73409
3 changed files with 3 additions and 3 deletions
|
|
@ -32,7 +32,7 @@ need_restart = False
|
|||
settings = {
|
||||
'show_controls': True,
|
||||
'start_with': '',
|
||||
'mode': 'chat-instruct',
|
||||
'mode': 'instruct',
|
||||
'chat_style': 'cai-chat',
|
||||
'chat-instruct_command': 'Continue the chat dialogue below. Write a single reply for the character "<|character|>".\n\n<|prompt|>',
|
||||
'prompt-default': 'QA',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue