Vijish commited on
Commit
1f3acfa
·
verified ·
1 Parent(s): 922ea5d

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +2 -1
handler.py CHANGED
@@ -11,7 +11,8 @@ 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/21ldek2cdsak2v3mhyy5x/openai.env?rlkey=nxdkd8l8esdy8npa3vfgvqkhp&st=s2f2zzwl&dl=1" # Adjusted URL for direct download
 
15
  local_env_path = "openai.env"
16
  download_env_file(env_file_url, local_env_path)
17
 
 
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)
18