We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c945cf commit c753261Copy full SHA for c753261
modules/shared.py
@@ -30,7 +30,7 @@
30
'name1': 'Person 1',
31
'name2': 'Person 2',
32
'context': 'This is a conversation between two people.',
33
- 'stop_at_newline': True,
+ 'stop_at_newline': False,
34
'chat_prompt_size': 2048,
35
'chat_prompt_size_min': 0,
36
'chat_prompt_size_max': 2048,
settings-template.json
@@ -5,7 +5,7 @@
5
"name1": "Person 1",
6
"name2": "Person 2",
7
"context": "This is a conversation between two people.",
8
- "stop_at_newline": true,
+ "stop_at_newline": false,
9
"chat_prompt_size": 2048,
10
"chat_prompt_size_min": 0,
11
"chat_prompt_size_max": 2048,
0 commit comments