Zekun Wu
commited on
Commit
•
dca2e30
1
Parent(s):
81d703c
update
Browse files- util/evaluator.py +1 -1
util/evaluator.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import json
|
2 |
|
3 |
-
from assistants import GPTAgent
|
4 |
import json_repair
|
5 |
|
6 |
class evaluator:
|
|
|
1 |
import json
|
2 |
|
3 |
+
from util.assistants import GPTAgent
|
4 |
import json_repair
|
5 |
|
6 |
class evaluator:
|