Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ load_dotenv() #
|
|
66 |
|
67 |
groq_api_key = os.environ['GROQ_API_KEY']
|
68 |
# os.environ['GROQ_API_KEY']
|
69 |
-
|
70 |
|
71 |
# st.title("Chat with Docs - Groq Edition :) ")
|
72 |
# # st.title ("this is the app title")
|
|
|
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 :) ")
|
72 |
# # st.title ("this is the app title")
|