Skip to content

Commit

Permalink
Disable stop_at_newline by default
Browse files Browse the repository at this point in the history
  • Loading branch information
oobabooga committed Mar 18, 2023
1 parent 7c945cf commit c753261
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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,
Expand Down
2 changes: 1 addition & 1 deletion settings-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c753261

Please sign in to comment.