wt002 commited on
Commit
375129c
·
verified ·
1 Parent(s): d650d53

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -392,7 +392,7 @@ class MyVectorStore:
392
  # Prepare Documents
393
  # -----------------------------
394
  # Define the URL where the JSON file is hosted
395
- url = "https://agents-course-unit4-scoring.hf.space/questions"
396
 
397
  # Download the JSON file from the URL
398
  response = requests.get(url)
 
392
  # Prepare Documents
393
  # -----------------------------
394
  # Define the URL where the JSON file is hosted
395
+ url = "https://huggingface.co/spaces/wt002/Final_Assignment_Project/blob/main/questions.json"
396
 
397
  # Download the JSON file from the URL
398
  response = requests.get(url)