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 57a951f commit de1b704Copy full SHA for de1b704
chatterbot/constants.py
@@ -3,17 +3,6 @@
3
"""
4
from chatterbot import languages
5
6
-'''
7
-The maximum length of characters that the text of a statement can contain.
8
-The number 255 is used because that is the maximum length of a char field
9
-in most databases. This value should be enforced on a per-model basis by
10
-the data model for each storage adapter.
11
-
12
-DEPRECATED: This value is no longer as of ChatterBot 1.2.7. Statement tables
13
-are now created with a text field.
14
15
-STATEMENT_TEXT_MAX_LENGTH = 255
16
17
'''
18
The maximum length of characters that the text label of a conversation can contain.
19
The number 32 was chosen because that is the length of the string representation
0 commit comments