vkoottu commited on
Commit
c1406b0
·
verified ·
1 Parent(s): a5ca2a0

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -11,7 +11,7 @@ def download_env_file(url: str, local_path: str):
11
  f.write(response.content)
12
 
13
  # Download the .env file
14
- env_file_url = "https://www.dropbox.com/scl/fi/xx814fq1mt3mxi2tbvo48/openai.env?rlkey=jxq7izgwq7yv3vr6r9eg2ktd6&st=q41xixhy&dl=1" # Adjusted URL for direct download
15
 
16
  local_env_path = "openai.env"
17
  download_env_file(env_file_url, local_env_path)
 
11
  f.write(response.content)
12
 
13
  # Download the .env file
14
+ env_file_url = "https://drive.google.com/uc?export=download&id=1bIkq-X1S9943w8-rp8NErTP9G4YfXqKa" # Adjusted URL for direct download
15
 
16
  local_env_path = "openai.env"
17
  download_env_file(env_file_url, local_env_path)