Seth commited on
Commit
964f2b8
·
1 Parent(s): 923ea43
Files changed (1) hide show
  1. backend/app/openrouter_client.py +2 -2
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/j2jvf8t6n0rk5c/run")
22
- RUNPOD_API_KEY = os.environ.get("RUNPOD_API_KEY", "rpa_0UJOK33ZO7SID9B3ASFSKKPUHNPBQC5Z2128RB4O4qi9ts")
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