Spaces:
Runtime error
Runtime error
Update config.py
Browse files
config.py
CHANGED
@@ -5,4 +5,5 @@ from dotenv import load_dotenv
|
|
5 |
load_dotenv() # This loads the variables from .env file
|
6 |
|
7 |
openai_api_key = os.environ.get("openai_api_key")
|
8 |
-
|
|
|
|
5 |
load_dotenv() # This loads the variables from .env file
|
6 |
|
7 |
openai_api_key = os.environ.get("openai_api_key")
|
8 |
+
aws_access_key_id = os.environ.get("aws_access_key_id")
|
9 |
+
aws_secret_access_key = os.environ.get("aws_secret_access_key")
|