Spaces:
Paused
Paused
Update app.py
Browse files
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-
|
| 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 |
|