Spaces:
Runtime error
Runtime error
Added friend worker + local worker dispatch
Browse files
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://
|
| 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"
|