Spaces:
Runtime error
Runtime error
Greg Thompson
commited on
Commit
·
b1bbf8f
1
Parent(s):
8f01606
Add keyword support for skip and menu
Browse files- mathtext_fastapi/nlu.py +3 -1
mathtext_fastapi/nlu.py
CHANGED
@@ -137,7 +137,9 @@ def run_intent_classification(message_text):
|
|
137 |
'question',
|
138 |
'easier',
|
139 |
'easy',
|
140 |
-
'support'
|
|
|
|
|
141 |
]
|
142 |
|
143 |
for command in commands:
|
|
|
137 |
'question',
|
138 |
'easier',
|
139 |
'easy',
|
140 |
+
'support',
|
141 |
+
'skip',
|
142 |
+
'menu'
|
143 |
]
|
144 |
|
145 |
for command in commands:
|