FD900 commited on
Commit
7a1f5b7
·
verified ·
1 Parent(s): f49810e

Update api.py

Browse files
Files changed (1) hide show
  1. api.py +1 -1
api.py CHANGED
@@ -1,6 +1,6 @@
1
  import requests
2
 
3
- API_BASE = "https://gaia-agent-api.spacelab.dev"
4
 
5
  def get_all_questions():
6
  print(f"[INFO] Fetching: {API_BASE}/questions")
 
1
  import requests
2
 
3
+ API_BASE = "https://gaia-course-api.spacelab.dev"
4
 
5
  def get_all_questions():
6
  print(f"[INFO] Fetching: {API_BASE}/questions")