Spaces:
Runtime error
Runtime error
Commit
·
1bac07e
1
Parent(s):
5769b2d
Update calling_apis.py
Browse files- calling_apis.py +1 -1
calling_apis.py
CHANGED
@@ -3,6 +3,6 @@ import os
|
|
3 |
|
4 |
load_dotenv(find_dotenv())
|
5 |
|
6 |
-
google_api_key = os.environ['
|
7 |
openai_api_key = os.environ['OPENAI_API_KEY']
|
8 |
|
|
|
3 |
|
4 |
load_dotenv(find_dotenv())
|
5 |
|
6 |
+
google_api_key = os.environ['OPENAI_API_KEY']
|
7 |
openai_api_key = os.environ['OPENAI_API_KEY']
|
8 |
|