magicboris commited on
Commit
bdc2064
·
verified ·
1 Parent(s): a70ca30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ user_agent = f"{user_agent_rotator.get_random_user_agent()} VSCode/1.96.4"
22
 
23
  PROXY_PASSWORD = os.getenv('PROXY_PASSWORD')
24
  key = os.getenv('ACCESS_TOKEN')
25
- API_ENDPOINT = "https://codestory-provider-dot-anton-390822.ue.r.appspot.com/openrouter-api"
26
 
27
  def get_external_url_for_huggingface_space(space_id: str) -> str:
28
  try:
 
22
 
23
  PROXY_PASSWORD = os.getenv('PROXY_PASSWORD')
24
  key = os.getenv('ACCESS_TOKEN')
25
+ API_ENDPOINT = os.getenv('API_ENDPOINT')
26
 
27
  def get_external_url_for_huggingface_space(space_id: str) -> str:
28
  try: