Skip to content

Commit c753261

Browse files
committed
Disable stop_at_newline by default
1 parent 7c945cf commit c753261

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/shared.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
'name1': 'Person 1',
3131
'name2': 'Person 2',
3232
'context': 'This is a conversation between two people.',
33-
'stop_at_newline': True,
33+
'stop_at_newline': False,
3434
'chat_prompt_size': 2048,
3535
'chat_prompt_size_min': 0,
3636
'chat_prompt_size_max': 2048,

settings-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name1": "Person 1",
66
"name2": "Person 2",
77
"context": "This is a conversation between two people.",
8-
"stop_at_newline": true,
8+
"stop_at_newline": false,
99
"chat_prompt_size": 2048,
1010
"chat_prompt_size_min": 0,
1111
"chat_prompt_size_max": 2048,

0 commit comments

Comments
 (0)