Spaces:
Runtime error
Runtime error
Greg Thompson
commited on
Commit
·
1519677
1
Parent(s):
bf0205f
Disable logging
Browse files
app.py
CHANGED
@@ -101,5 +101,5 @@ async def evaluate_user_message_with_nlu_api(request: Request):
|
|
101 |
response_object = {'type': 'integer', 'data': student_response_arr[0]}
|
102 |
|
103 |
# Uncomment to enable logging to Supabase
|
104 |
-
# prepare_message_data_for_logging(message_data)
|
105 |
return JSONResponse(content=response_object)
|
|
|
101 |
response_object = {'type': 'integer', 'data': student_response_arr[0]}
|
102 |
|
103 |
# Uncomment to enable logging to Supabase
|
104 |
+
# prepare_message_data_for_logging(message_data, nlu_response)
|
105 |
return JSONResponse(content=response_object)
|