ccm commited on
Commit
95b11af
·
verified ·
1 Parent(s): b4b6165

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -117,7 +117,7 @@ def reply(message: str, history: list[str]) -> str:
117
  """
118
 
119
  # Apply preprocessing
120
- message, bypass = preprocess(message, 5)
121
 
122
  # This is some handling that is applied to the history variable to put it in a good format
123
  history_transformer_format = [
 
117
  """
118
 
119
  # Apply preprocessing
120
+ message, bypass = preprocess(message, 10)
121
 
122
  # This is some handling that is applied to the history variable to put it in a good format
123
  history_transformer_format = [