Spaces:
Runtime error
Runtime error
m00913563 commited on
Commit ·
020e780
1
Parent(s): 9057293
change prompt
Browse files- evaluator.py +3 -1
evaluator.py
CHANGED
|
@@ -187,7 +187,9 @@ def evaluate_interview(competences: list[str], transcript: list):
|
|
| 187 |
Always send output in format "FAIL" or "SUCCESS"
|
| 188 |
|
| 189 |
RETURN IN FORMAT BELOW:
|
| 190 |
-
|
|
|
|
|
|
|
| 191 |
""",
|
| 192 |
list(Dict[str,str])
|
| 193 |
)
|
|
|
|
| 187 |
Always send output in format "FAIL" or "SUCCESS"
|
| 188 |
|
| 189 |
RETURN IN FORMAT BELOW:
|
| 190 |
+
{
|
| 191 |
+
value: [{"label": "SUCCESS"},{"label": "FAIL"}]
|
| 192 |
+
}
|
| 193 |
""",
|
| 194 |
list(Dict[str,str])
|
| 195 |
)
|