wt002 commited on
Commit
5cd66ea
·
verified ·
1 Parent(s): ecbb679

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -148,7 +148,7 @@ sys_msg = SystemMessage(content=system_prompt)
148
  # -------------------------------
149
  # Step 1: Load JSON data from URL
150
  # -------------------------------
151
- jsonl_url = "https://example.com/documents.jsonl" # Replace with your actual JSONL URL
152
  response = requests.get(jsonl_url)
153
 
154
  # Ensure the request was successful
 
148
  # -------------------------------
149
  # Step 1: Load JSON data from URL
150
  # -------------------------------
151
+ jsonl_url = "https://huggingface.co/spaces/wt002/Final_Assignment_Project/blob/main/metedata.jsonl" # Replace with your actual JSONL URL
152
  response = requests.get(jsonl_url)
153
 
154
  # Ensure the request was successful