Spaces:
Runtime error
Runtime error
Greg Thompson
commited on
Commit
·
2051ea9
1
Parent(s):
8df7dc6
Update confidence score for integer nlu
Browse files- mathtext_fastapi/nlu.py +1 -1
mathtext_fastapi/nlu.py
CHANGED
|
@@ -86,7 +86,7 @@ def evaluate_message_with_nlu(message_data):
|
|
| 86 |
nlu_response = build_nlu_response_object(
|
| 87 |
'integer',
|
| 88 |
number_api_resp,
|
| 89 |
-
|
| 90 |
)
|
| 91 |
|
| 92 |
prepare_message_data_for_logging(message_data, nlu_response)
|
|
|
|
| 86 |
nlu_response = build_nlu_response_object(
|
| 87 |
'integer',
|
| 88 |
number_api_resp,
|
| 89 |
+
0
|
| 90 |
)
|
| 91 |
|
| 92 |
prepare_message_data_for_logging(message_data, nlu_response)
|