mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
Make settings-template.yaml more readable
This commit is contained in:
parent
7de7b3d495
commit
abea8d9ad3
@ -1,4 +1,4 @@
|
||||
dark_theme: True
|
||||
dark_theme: true
|
||||
autoload_model: false
|
||||
max_new_tokens: 200
|
||||
max_new_tokens_min: 1
|
||||
@ -7,10 +7,7 @@ seed: -1
|
||||
character: None
|
||||
name1: You
|
||||
name2: Assistant
|
||||
context: This is a conversation with your Assistant. It is a computer program designed
|
||||
to help you with various tasks such as answering questions, providing recommendations,
|
||||
and helping with decision making. You can ask it anything you want and it will do
|
||||
its best to give you accurate and relevant information.
|
||||
context: This is a conversation with your Assistant. It is a computer program designed to help you with various tasks such as answering questions, providing recommendations, and helping with decision making. You can ask it anything you want and it will do its best to give you accurate and relevant information.
|
||||
greeting: ''
|
||||
turn_template: ''
|
||||
custom_stopping_strings: ''
|
||||
@ -25,16 +22,15 @@ mode: chat
|
||||
start_with: ''
|
||||
chat_style: cai-chat
|
||||
instruction_template: None
|
||||
chat-instruct_command: 'Continue the chat dialogue below. Write a single reply for
|
||||
the character "<|character|>".
|
||||
chat-instruct_command: |-
|
||||
Continue the chat dialogue below. Write a single reply for the character "<|character|>".
|
||||
|
||||
|
||||
<|prompt|>'
|
||||
<|prompt|>
|
||||
chat_generation_attempts: 1
|
||||
chat_generation_attempts_min: 1
|
||||
chat_generation_attempts_max: 10
|
||||
default_extensions: []
|
||||
chat_default_extensions:
|
||||
- gallery
|
||||
preset: 'Divine Intellect'
|
||||
preset: Divine Intellect
|
||||
prompt: QA
|
||||
|
Loading…
Reference in New Issue
Block a user