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

Update handler_best.py

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