Severian commited on
Commit
46149cf
·
verified ·
1 Parent(s): 2941103

Update api.py

Browse files
Files changed (1) hide show
  1. api.py +1 -1
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://ai-engine.yamamotoqa.com/v1"
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)