mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 16:17:57 +01:00
Disable stop_at_newline by default
This commit is contained in:
parent
7c945cfe8e
commit
c753261338
@ -30,7 +30,7 @@ settings = {
|
|||||||
'name1': 'Person 1',
|
'name1': 'Person 1',
|
||||||
'name2': 'Person 2',
|
'name2': 'Person 2',
|
||||||
'context': 'This is a conversation between two people.',
|
'context': 'This is a conversation between two people.',
|
||||||
'stop_at_newline': True,
|
'stop_at_newline': False,
|
||||||
'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,
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"name1": "Person 1",
|
"name1": "Person 1",
|
||||||
"name2": "Person 2",
|
"name2": "Person 2",
|
||||||
"context": "This is a conversation between two people.",
|
"context": "This is a conversation between two people.",
|
||||||
"stop_at_newline": true,
|
"stop_at_newline": false,
|
||||||
"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,
|
||||||
|
Loading…
Reference in New Issue
Block a user