Spaces:
No application file
No application file
ENUGANDHULA NILESH
commited on
Update search.py
Browse files
search.py
CHANGED
@@ -30,7 +30,7 @@ Explore more LangChain 🧠 Streamlit Agent examples at [github.com/langchain-ai
|
|
30 |
# st.sidebar.title("Settings")
|
31 |
# api_key = st.sidebar.text_input("Enter your Groq API key:", type="password")
|
32 |
|
33 |
-
api_key="
|
34 |
|
35 |
if "messages" not in st.session_state:
|
36 |
st.session_state["messages"] = [
|
|
|
30 |
# st.sidebar.title("Settings")
|
31 |
# api_key = st.sidebar.text_input("Enter your Groq API key:", type="password")
|
32 |
|
33 |
+
api_key="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"
|
34 |
|
35 |
if "messages" not in st.session_state:
|
36 |
st.session_state["messages"] = [
|