LamiaYT commited on
Commit
36a25b5
·
1 Parent(s): d5a26c7
Files changed (1) hide show
  1. 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]: