Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
|
|
2 |
from groq import Groq
|
3 |
|
4 |
# Define the API key here
|
5 |
-
GROQ_API_KEY = "
|
6 |
|
7 |
# Initialize session state for chat history
|
8 |
if "chat_history" not in st.session_state:
|
|
|
2 |
from groq import Groq
|
3 |
|
4 |
# Define the API key here
|
5 |
+
GROQ_API_KEY = "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"
|
6 |
|
7 |
# Initialize session state for chat history
|
8 |
if "chat_history" not in st.session_state:
|