JBHF commited on
Commit
b553d40
1 Parent(s): 3e632fe

NonToxicGlazeAdvisor_Chat_with_Docs_Groq_Edition_1 - app.py - 27-03-2024, 11:39 CET

Browse files
Files changed (1) hide show
  1. app.py +5 -3
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
- "[Get an OpenAI API key](https://platform.openai.com/account/api-keys)"
323
- "[View the source code](https://github.com/streamlit/llm-examples/blob/main/Chatbot.py)"
324
- "[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/streamlit/llm-examples?quickstart=1)"
 
 
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")