mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 16:17:57 +01:00
Change the default chat style and the default preset
This commit is contained in:
parent
9773534181
commit
8d46a8c50a
@ -53,7 +53,7 @@ settings = {
|
|||||||
'truncation_length_max': 16384,
|
'truncation_length_max': 16384,
|
||||||
'mode': 'chat',
|
'mode': 'chat',
|
||||||
'start_with': '',
|
'start_with': '',
|
||||||
'chat_style': 'cai-chat',
|
'chat_style': 'TheEncrypted777',
|
||||||
'instruction_template': 'None',
|
'instruction_template': 'None',
|
||||||
'chat-instruct_command': 'Continue the chat dialogue below. Write a single reply for the character "<|character|>".\n\n<|prompt|>',
|
'chat-instruct_command': 'Continue the chat dialogue below. Write a single reply for the character "<|character|>".\n\n<|prompt|>',
|
||||||
'chat_generation_attempts': 1,
|
'chat_generation_attempts': 1,
|
||||||
@ -61,7 +61,7 @@ settings = {
|
|||||||
'chat_generation_attempts_max': 10,
|
'chat_generation_attempts_max': 10,
|
||||||
'default_extensions': [],
|
'default_extensions': [],
|
||||||
'chat_default_extensions': ['gallery'],
|
'chat_default_extensions': ['gallery'],
|
||||||
'preset': 'Divine Intellect',
|
'preset': 'simple-1',
|
||||||
'prompt': 'QA',
|
'prompt': 'QA',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ truncation_length_min: 0
|
|||||||
truncation_length_max: 16384
|
truncation_length_max: 16384
|
||||||
mode: chat
|
mode: chat
|
||||||
start_with: ''
|
start_with: ''
|
||||||
chat_style: cai-chat
|
chat_style: TheEncrypted777
|
||||||
instruction_template: None
|
instruction_template: None
|
||||||
chat-instruct_command: |-
|
chat-instruct_command: |-
|
||||||
Continue the chat dialogue below. Write a single reply for the character "<|character|>".
|
Continue the chat dialogue below. Write a single reply for the character "<|character|>".
|
||||||
@ -32,5 +32,5 @@ chat_generation_attempts_max: 10
|
|||||||
default_extensions: []
|
default_extensions: []
|
||||||
chat_default_extensions:
|
chat_default_extensions:
|
||||||
- gallery
|
- gallery
|
||||||
preset: Divine Intellect
|
preset: simple-1
|
||||||
prompt: QA
|
prompt: QA
|
||||||
|
Loading…
Reference in New Issue
Block a user