Spaces:
Running
Running
Update evaluation_client.py
Browse files- evaluation_client.py +1 -0
evaluation_client.py
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
"""
|
|
|
|
| 2 |
|
| 3 |
Implements: GET /questions, GET /random-question, GET /files/{task_id}, POST /submit
|
| 4 |
|
|
|
|
| 1 |
"""
|
| 2 |
+
Client for the Unit 4 scoring API used by the course (GAIA subset).
|
| 3 |
|
| 4 |
Implements: GET /questions, GET /random-question, GET /files/{task_id}, POST /submit
|
| 5 |
|