diff --git a/modules/shared.py b/modules/shared.py index 488a1e96..2592ace7 100644 --- a/modules/shared.py +++ b/modules/shared.py @@ -30,7 +30,7 @@ settings = { 'name1': 'Person 1', 'name2': 'Person 2', 'context': 'This is a conversation between two people.', - 'stop_at_newline': True, + 'stop_at_newline': False, 'chat_prompt_size': 2048, 'chat_prompt_size_min': 0, 'chat_prompt_size_max': 2048, diff --git a/settings-template.json b/settings-template.json index df7403d6..7a7de7af 100644 --- a/settings-template.json +++ b/settings-template.json @@ -5,7 +5,7 @@ "name1": "Person 1", "name2": "Person 2", "context": "This is a conversation between two people.", - "stop_at_newline": true, + "stop_at_newline": false, "chat_prompt_size": 2048, "chat_prompt_size_min": 0, "chat_prompt_size_max": 2048,