Spaces:
Running
Running
Update agent.py
Browse files
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://
|
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
|