Sandiago21 commited on
Commit
f54b450
·
verified ·
1 Parent(s): 0e71be8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -911,7 +911,7 @@ class BasicAgent:
911
 
912
 
913
  # Replace with your actual API base URL
914
- BASE_URL = f"{api_url}/files"
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}"