Update app.py
Browse files
app.py
CHANGED
@@ -125,7 +125,10 @@ Veel plezier en nuttig gebruik van de AI app !
|
|
125 |
st.subheader("(ALL RIGHTS RESERVED)")
|
126 |
st.image('Jan_Bours_2.png', caption='Jan Bours', width=100)
|
127 |
st.write("---------------------------------")
|
128 |
-
st.subheader("Chat with Docs - Using AI: 'mixtral-8x7b-32768' Groq Edition (Very Fast!) - VERSION 2 - April 28, 2024")
|
|
|
|
|
|
|
129 |
st.write("---------------------------------")
|
130 |
|
131 |
|
@@ -655,7 +658,10 @@ with tab1:
|
|
655 |
st.subheader("(ALL RIGHTS RESERVED)")
|
656 |
st.image('Jan_Bours_2.png', caption='Jan Bours', width=100)
|
657 |
st.write("---------------------------------")
|
658 |
-
st.subheader("Chat with Docs - Using AI: 'mixtral-8x7b-32768' Groq Edition (Very Fast!) - VERSION 2 - April 28, 2024")
|
|
|
|
|
|
|
659 |
st.write("---------------------------------")
|
660 |
|
661 |
# st.header("LIST OF ALL THE LOADED DOCUMENTS: ")
|
@@ -829,7 +835,7 @@ with tab1:
|
|
829 |
llm = ChatGroq(
|
830 |
temperature=0.2,
|
831 |
groq_api_key=groq_api_key,
|
832 |
-
model_name='mixtral-8x7b-32768'
|
833 |
)
|
834 |
|
835 |
prompt = ChatPromptTemplate.from_template("""
|
|
|
125 |
st.subheader("(ALL RIGHTS RESERVED)")
|
126 |
st.image('Jan_Bours_2.png', caption='Jan Bours', width=100)
|
127 |
st.write("---------------------------------")
|
128 |
+
# st.subheader("Chat with Docs - Using AI: 'mixtral-8x7b-32768' Groq Edition (Very Fast!) - VERSION 2 - April 28, 2024")
|
129 |
+
# llama3-8b-8192 JB TEST;
|
130 |
+
st.subheader("Chat with Docs - Using AI: 'llama3-8b-8192' Groq Edition (Very Fast!) - VERSION 2 - April 28, 2024")
|
131 |
+
|
132 |
st.write("---------------------------------")
|
133 |
|
134 |
|
|
|
658 |
st.subheader("(ALL RIGHTS RESERVED)")
|
659 |
st.image('Jan_Bours_2.png', caption='Jan Bours', width=100)
|
660 |
st.write("---------------------------------")
|
661 |
+
# st.subheader("Chat with Docs - Using AI: 'mixtral-8x7b-32768' Groq Edition (Very Fast!) - VERSION 2 - April 28, 2024")
|
662 |
+
# llama3-8b-8192 JB TEST;
|
663 |
+
st.subheader("Chat with Docs - Using AI: 'llama3-8b-8192' Groq Edition (Very Fast!) - VERSION 2 - April 28, 2024")
|
664 |
+
|
665 |
st.write("---------------------------------")
|
666 |
|
667 |
# st.header("LIST OF ALL THE LOADED DOCUMENTS: ")
|
|
|
835 |
llm = ChatGroq(
|
836 |
temperature=0.2,
|
837 |
groq_api_key=groq_api_key,
|
838 |
+
model_name='llama3-8b-8192' # 'mixtral-8x7b-32768' # JB TEST 28-04-2024
|
839 |
)
|
840 |
|
841 |
prompt = ChatPromptTemplate.from_template("""
|