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