Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ if "vector" not in st.session_state:
|
|
55 |
|
56 |
|
57 |
# st.title("Chat with Docs - Groq Edition :) ")
|
58 |
-
st.title("Literature Based Research (LBR) - A. Unzicker and J. Bours - Chat with Docs - Groq Edition (Very Fast!) VERSION 3 March 8 2024"
|
59 |
|
60 |
llm = ChatGroq(
|
61 |
groq_api_key=groq_api_key,
|
|
|
55 |
|
56 |
|
57 |
# st.title("Chat with Docs - Groq Edition :) ")
|
58 |
+
st.title("Literature Based Research (LBR) - A. Unzicker and J. Bours - Chat with Docs - Groq Edition (Very Fast!) - VERSION 3 - March 8 2024")
|
59 |
|
60 |
llm = ChatGroq(
|
61 |
groq_api_key=groq_api_key,
|