Spaces:
Running
on
T4
Running
on
T4
Update auditqa/utils.py
Browse files- auditqa/utils.py +1 -1
auditqa/utils.py
CHANGED
@@ -10,7 +10,7 @@ from datetime import datetime
|
|
10 |
from uuid import uuid4
|
11 |
import random
|
12 |
|
13 |
-
def save_logs(scheduler, JSON_DATASET_PATH, logs) -> None:
|
14 |
""" Every interaction with app saves the log of question and answer,
|
15 |
this is to get the usage statistics of app and evaluate model performances
|
16 |
"""
|
|
|
10 |
from uuid import uuid4
|
11 |
import random
|
12 |
|
13 |
+
def save_logs(scheduler, JSON_DATASET_PATH, logs, feedback=None) -> None:
|
14 |
""" Every interaction with app saves the log of question and answer,
|
15 |
this is to get the usage statistics of app and evaluate model performances
|
16 |
"""
|