Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import openai
|
|
4 |
from dotenv import load_dotenv
|
5 |
|
6 |
|
7 |
-
API_KEY = os.getenv("
|
8 |
|
9 |
# Write the API key to the .env file
|
10 |
with open(".env", "w") as env_file:
|
|
|
4 |
from dotenv import load_dotenv
|
5 |
|
6 |
|
7 |
+
API_KEY = os.getenv("open_ai-key")
|
8 |
|
9 |
# Write the API key to the .env file
|
10 |
with open(".env", "w") as env_file:
|