YashashMathur commited on
Commit
07656ee
·
verified ·
1 Parent(s): a0297c3

Added friend worker + local worker dispatch

Browse files
Files changed (1) hide show
  1. overseer_worker_client.py +1 -1
overseer_worker_client.py CHANGED
@@ -11,7 +11,7 @@ from typing import List, Optional
11
  # === WORKER CONFIG ===
12
  WORKERS = {
13
  "friend_hf": os.environ.get(
14
- "FRIEND_WORKER_URL", "https://friend-space.hf.space/execute"
15
  ),
16
  "local": os.environ.get(
17
  "LOCAL_WORKER_URL", "https://struggle-trend-possible.ngrok-free.dev/execute"
 
11
  # === WORKER CONFIG ===
12
  WORKERS = {
13
  "friend_hf": os.environ.get(
14
+ "FRIEND_WORKER_URL", "https://hitanshu10-WORKER.hf.space/execute"
15
  ),
16
  "local": os.environ.get(
17
  "LOCAL_WORKER_URL", "https://struggle-trend-possible.ngrok-free.dev/execute"