Spaces:
Runtime error
Runtime error
Update main.py
Browse files
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,
|
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 = [
|