Update app.py
Browse files
app.py
CHANGED
@@ -46,12 +46,11 @@ groq_api_key = "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" # os.e
|
|
46 |
print("groq_api_key: ", groq_api_key)
|
47 |
|
48 |
# st.title("Chat with Docs - Groq Edition :) ")
|
49 |
-
st.
|
50 |
-
st.
|
51 |
-
st.
|
52 |
-
st.
|
53 |
-
st.
|
54 |
-
|
55 |
st.write("---------------------------------")
|
56 |
|
57 |
st.write("LIST OF ALL THE LOADED DOCUMENTS: ")
|
|
|
46 |
print("groq_api_key: ", groq_api_key)
|
47 |
|
48 |
# st.title("Chat with Docs - Groq Edition :) ")
|
49 |
+
st.write("NonToxicGlazeAdvisor: A tool for getting advice on non-toxic ceramic glazes for earthenware temperature ranges.")
|
50 |
+
st.write("Victor Benchuijsen : (Glaze techniques / Ceramics)")
|
51 |
+
st.write("Jan Bours : Artificial Intelligence / Data Science / Natural Language Processing (ALL RIGHTS RESERVED)")
|
52 |
+
st.write("---------------------------------")
|
53 |
+
st.write("Chat with Docs - Using AI: 'mixtral-8x7b-32768' Groq Edition (Very Fast!) - VERSION 1 - March 18, 2024")
|
|
|
54 |
st.write("---------------------------------")
|
55 |
|
56 |
st.write("LIST OF ALL THE LOADED DOCUMENTS: ")
|