Dooratre commited on
Commit
6ec6f28
·
verified ·
1 Parent(s): 7b9dd1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ logger = logging.getLogger(__name__)
16
  # External APIs
17
  MESSAGE_API_URL = "https://aoamrnuwara.pythonanywhere.com/api/send-message"
18
  MESSAGE_API_KEY = "Seakp0683asppoit"
19
- AI_API_URL = "https://corvo-ai-xx-o1.hf.space/chat"
20
  ALERT_API_URL = "https://dooratre-alert.hf.space/monitor"
21
  TS_POINTS_API = "https://dooratre-tracker.hf.space/ts_points"
22
 
 
16
  # External APIs
17
  MESSAGE_API_URL = "https://aoamrnuwara.pythonanywhere.com/api/send-message"
18
  MESSAGE_API_KEY = "Seakp0683asppoit"
19
+ AI_API_URL = "https://corvo-ai-xx-gpt-5.hf.space/chat"
20
  ALERT_API_URL = "https://dooratre-alert.hf.space/monitor"
21
  TS_POINTS_API = "https://dooratre-tracker.hf.space/ts_points"
22