Spaces:
Sleeping
Sleeping
Fix utils
Browse files- utils/gaia_api.py +1 -1
utils/gaia_api.py
CHANGED
@@ -7,7 +7,7 @@ class GaiaAPI:
|
|
7 |
"""Client for interacting with GAIA Benchmark API"""
|
8 |
|
9 |
# Fixed API endpoint
|
10 |
-
BASE_URL = "https://agents-course-unit4-scoring.hf.space"
|
11 |
|
12 |
@classmethod
|
13 |
def get_questions(cls) -> List[Dict]:
|
|
|
7 |
"""Client for interacting with GAIA Benchmark API"""
|
8 |
|
9 |
# Fixed API endpoint
|
10 |
+
BASE_URL = "https://agents-course-unit4-scoring.hf.space/random-question"
|
11 |
|
12 |
@classmethod
|
13 |
def get_questions(cls) -> List[Dict]:
|