mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 16:17:57 +01:00
Update settings-template.json
This commit is contained in:
parent
d37b4f76b1
commit
85a7954823
@ -7,7 +7,9 @@
|
|||||||
"name2": "Assistant",
|
"name2": "Assistant",
|
||||||
"context": "This is a conversation with your Assistant. The Assistant is very helpful and is eager to chat with you and answer your questions.",
|
"context": "This is a conversation with your Assistant. The Assistant is very helpful and is eager to chat with you and answer your questions.",
|
||||||
"greeting": "Hello there!",
|
"greeting": "Hello there!",
|
||||||
|
"end_of_turn": "",
|
||||||
"stop_at_newline": false,
|
"stop_at_newline": false,
|
||||||
|
"add_bos_token": true,
|
||||||
"chat_prompt_size": 2048,
|
"chat_prompt_size": 2048,
|
||||||
"chat_prompt_size_min": 0,
|
"chat_prompt_size_min": 0,
|
||||||
"chat_prompt_size_max": 2048,
|
"chat_prompt_size_max": 2048,
|
||||||
@ -20,6 +22,7 @@
|
|||||||
],
|
],
|
||||||
"presets": {
|
"presets": {
|
||||||
"default": "Default",
|
"default": "Default",
|
||||||
|
".*(alpaca|llama)": "LLaMA-Precise",
|
||||||
".*pygmalion": "NovelAI-Storywriter",
|
".*pygmalion": "NovelAI-Storywriter",
|
||||||
".*RWKV": "Naive"
|
".*RWKV": "Naive"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user