Spaces:
Sleeping
Sleeping
Update api.py
Browse files
api.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import requests
|
| 2 |
|
| 3 |
-
API_BASE = "https://gaia-
|
| 4 |
|
| 5 |
def get_all_questions():
|
| 6 |
print(f"[INFO] Fetching: {API_BASE}/questions")
|
|
|
|
| 1 |
import requests
|
| 2 |
|
| 3 |
+
API_BASE = "https://huggingface.co/datasets/gaia-benchmark/GAIA/blob/main/2023/validation/metadata.jsonl"
|
| 4 |
|
| 5 |
def get_all_questions():
|
| 6 |
print(f"[INFO] Fetching: {API_BASE}/questions")
|