CORVO-AI commited on
Commit
4e6308f
·
verified ·
1 Parent(s): ddac050

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -19,18 +19,12 @@ NUM_SERVERS = 55 # serverclass1 to serverclass55
19
  PING_INTERVAL = 300 # seconds (5 minutes) - like cron-job.org
20
  REQUEST_TIMEOUT = 30
21
 
22
- # Templates for serverclassN URLs
23
- SERVERCLASS_TEMPLATES = [
24
- "https://serverclass{n}-claude-4-6-opus.hf.space/health",
25
- "https://serverclass{n}-gpt-5-4.hf.space/health",
26
- "https://serverclass{n}-tts.hf.space/health",
27
- "https://serverclass{n}-transcript.hf.space/health",
28
- ]
29
 
30
  # Extra fixed URLs
31
  EXTRA_URLS = [
32
  "https://dooratre-backup.hf.space/health",
33
  "https://dooratre-reload-bot.hf.space/health",
 
34
  ]
35
 
36
 
 
19
  PING_INTERVAL = 300 # seconds (5 minutes) - like cron-job.org
20
  REQUEST_TIMEOUT = 30
21
 
 
 
 
 
 
 
 
22
 
23
  # Extra fixed URLs
24
  EXTRA_URLS = [
25
  "https://dooratre-backup.hf.space/health",
26
  "https://dooratre-reload-bot.hf.space/health",
27
+ "https://corvo-ai-cron.hf.space/health",
28
  ]
29
 
30