Spaces:
Sleeping
Sleeping
Demosthene-OR
commited on
Commit
·
14b3c5f
1
Parent(s):
46990c1
Update chatbot_tab.py
Browse files- tabs/chatbot_tab.py +1 -0
tabs/chatbot_tab.py
CHANGED
@@ -38,6 +38,7 @@ if st.session_state.Cloud != 0:
|
|
38 |
load_dotenv()
|
39 |
os.getenv("LANGCHAIN_API_KEY")
|
40 |
os.getenv("MISTRAL_API_KEY")
|
|
|
41 |
|
42 |
|
43 |
|
|
|
38 |
load_dotenv()
|
39 |
os.getenv("LANGCHAIN_API_KEY")
|
40 |
os.getenv("MISTRAL_API_KEY")
|
41 |
+
# os.getenv("OPENAI_API_KEY")
|
42 |
|
43 |
|
44 |
|