Spaces:
Sleeping
Sleeping
Seth commited on
Commit ·
964f2b8
1
Parent(s): 923ea43
Update
Browse files
backend/app/openrouter_client.py
CHANGED
|
@@ -18,8 +18,8 @@ except ImportError as e:
|
|
| 18 |
|
| 19 |
|
| 20 |
# RunPod Serverless OCR Configuration
|
| 21 |
-
RUNPOD_ENDPOINT = os.environ.get("RUNPOD_ENDPOINT", "https://api.runpod.ai/v2/
|
| 22 |
-
RUNPOD_API_KEY = os.environ.get("RUNPOD_API_KEY", "
|
| 23 |
|
| 24 |
# Extract endpoint ID from endpoint URL for status polling
|
| 25 |
# URL format: https://api.runpod.ai/v2/{endpoint_id}/run
|
|
|
|
| 18 |
|
| 19 |
|
| 20 |
# RunPod Serverless OCR Configuration
|
| 21 |
+
RUNPOD_ENDPOINT = os.environ.get("RUNPOD_ENDPOINT", "https://api.runpod.ai/v2/4ne8pofppj6mmf/run")
|
| 22 |
+
RUNPOD_API_KEY = os.environ.get("RUNPOD_API_KEY", "rpa_7DPLYFLIJAEIK62Z41LC5TR2R04A3L6R7X7B1NS519m9f3")
|
| 23 |
|
| 24 |
# Extract endpoint ID from endpoint URL for status polling
|
| 25 |
# URL format: https://api.runpod.ai/v2/{endpoint_id}/run
|