Spaces:
Sleeping
Sleeping
Update api.py
Browse files
api.py
CHANGED
@@ -52,7 +52,7 @@ class AgentProcessor:
|
|
52 |
# Update API base to use environment variable with fallback
|
53 |
self.api_base = os.getenv(
|
54 |
"API_BASE_URL",
|
55 |
-
"https://
|
56 |
)
|
57 |
self.formatter = ResponseFormatter()
|
58 |
self.client = httpx.AsyncClient(timeout=60.0)
|
|
|
52 |
# Update API base to use environment variable with fallback
|
53 |
self.api_base = os.getenv(
|
54 |
"API_BASE_URL",
|
55 |
+
"https://severian.a.pinggy.link/v1"
|
56 |
)
|
57 |
self.formatter = ResponseFormatter()
|
58 |
self.client = httpx.AsyncClient(timeout=60.0)
|