Update app.py
Browse files
app.py
CHANGED
|
@@ -911,7 +911,7 @@ class BasicAgent:
|
|
| 911 |
|
| 912 |
|
| 913 |
# Replace with your actual API base URL
|
| 914 |
-
BASE_URL = f"{
|
| 915 |
|
| 916 |
# Construct the full URL
|
| 917 |
url = f"{BASE_URL}/{task_id}"
|
|
|
|
| 911 |
|
| 912 |
|
| 913 |
# Replace with your actual API base URL
|
| 914 |
+
BASE_URL = f"{DEFAULT_API_URL}/files"
|
| 915 |
|
| 916 |
# Construct the full URL
|
| 917 |
url = f"{BASE_URL}/{task_id}"
|