NonToxicGlazeAdvisor_Chat_with_Docs_Groq_Edition_1 - app.py - 27-03-2024, 11:39 CET
Browse files
app.py
CHANGED
@@ -319,9 +319,11 @@ retrieval_chain = create_retrieval_chain(retriever, document_chain)
|
|
319 |
with st.sidebar:
|
320 |
# openai_api_key = st.text_input("OpenAI API Key", key="chatbot_api_key", type="password")
|
321 |
UserEmailAdress = st.text_input("Vul Uw email adres hier in: ", key="UserEmailAdress", type="password")
|
322 |
-
"[
|
323 |
-
"[
|
324 |
-
"[
|
|
|
|
|
325 |
|
326 |
st.title("💬 Chatbot")
|
327 |
st.caption("🚀 A streamlit chatbot powered by mixtral-8x7b-32768 Groq LLM (VERY FAST !). temperature=0.2")
|
|
|
319 |
with st.sidebar:
|
320 |
# openai_api_key = st.text_input("OpenAI API Key", key="chatbot_api_key", type="password")
|
321 |
UserEmailAdress = st.text_input("Vul Uw email adres hier in: ", key="UserEmailAdress", type="password")
|
322 |
+
"[Zelf keramische glazuren NON TOXIC samenstellen vanuit 1 basisglazuur](http://www.ceramicconcepts.nl/)"
|
323 |
+
"[Keramische ateliers Victor Benckhuijsen](https://victorglazuren.nl/)"
|
324 |
+
"[Keramiek Victor Glazuren Victor Benckhuijsen - Instagram](https://www.instagram.com/benckhuijsenvictor/?hl=am-et)"
|
325 |
+
"[Keramiek Victor Glazuren Victor Benckhuijsen - Facebook](https://www.facebook.com/harryjamaar)"
|
326 |
+
"[Keramiek Victor Glazuren Victor Benckhuijsen - YouTube](https://www.youtube.com/@kleienhoop/videos)"
|
327 |
|
328 |
st.title("💬 Chatbot")
|
329 |
st.caption("🚀 A streamlit chatbot powered by mixtral-8x7b-32768 Groq LLM (VERY FAST !). temperature=0.2")
|