Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# app.py -
|
2 |
|
3 |
# STREAMLIT:
|
4 |
# https://www.datacamp.com/tutorial/streamlit:
|
@@ -64,8 +64,8 @@ import glob
|
|
64 |
|
65 |
load_dotenv() #
|
66 |
|
67 |
-
|
68 |
-
|
69 |
# print("groq_api_key: ", groq_api_key)
|
70 |
|
71 |
# st.title("Chat with Docs - Groq Edition :) ")
|
|
|
1 |
+
# app.py - 22-03-2024
|
2 |
|
3 |
# STREAMLIT:
|
4 |
# https://www.datacamp.com/tutorial/streamlit:
|
|
|
64 |
|
65 |
load_dotenv() #
|
66 |
|
67 |
+
groq_api_key = os.environ['GROQ_API_KEY']
|
68 |
+
# os.environ['GROQ_API_KEY']
|
69 |
# print("groq_api_key: ", groq_api_key)
|
70 |
|
71 |
# st.title("Chat with Docs - Groq Edition :) ")
|