Update handler_best.py
Browse files- 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://
|
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 |
|