Spaces:
Sleeping
Sleeping
williamagyapong
commited on
Update utility.py
Browse files- utility.py +2 -2
utility.py
CHANGED
@@ -17,8 +17,8 @@ from langchain_community.chat_models.sambanova import ChatSambaNovaCloud
|
|
17 |
# Make API connection
|
18 |
load_dotenv()
|
19 |
# gemini_api_key = os.environ['Gemini']
|
20 |
-
o_api_key = os.getenv("openai_api_key")
|
21 |
-
openai.api_key = o_api_key
|
22 |
|
23 |
# Authenticate to Firesotre with the JSON account key
|
24 |
db = firestore.Client.from_service_account_json("firestore-key.json")
|
|
|
17 |
# Make API connection
|
18 |
load_dotenv()
|
19 |
# gemini_api_key = os.environ['Gemini']
|
20 |
+
# o_api_key = os.getenv("openai_api_key")
|
21 |
+
# openai.api_key = o_api_key
|
22 |
|
23 |
# Authenticate to Firesotre with the JSON account key
|
24 |
db = firestore.Client.from_service_account_json("firestore-key.json")
|