mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-09 00:23:38 +00:00
UI persistence (#7050)
This commit is contained in:
parent
db847eed4c
commit
35ed55d18f
4 changed files with 112 additions and 16 deletions
|
|
@ -35,6 +35,8 @@ settings = {
|
|||
'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|>',
|
||||
'enable_web_search': False,
|
||||
'web_search_pages': 3,
|
||||
'prompt-default': 'QA',
|
||||
'prompt-notebook': 'QA',
|
||||
'character': 'Assistant',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue