Spaces:
Sleeping
Sleeping
LordFarquaad42
commited on
Commit
•
470ad92
1
Parent(s):
1af021a
fixed prof's name
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ APP_NAME: str = "Groove-GPT"
|
|
18 |
st.title(APP_NAME)
|
19 |
st.header("What is Groovy-GPT?")
|
20 |
st.write("Groovy-GPT is a RAG (Retrieval-Augmented Generation) model that uses ChromaDB to retrieve relevant documents and then uses OpenAI's models to generate a response.")
|
21 |
-
st.write("The model is trained on the MIT Scheme textbook and a handful of Discrete Math and Paradigms related content that Professor
|
22 |
st.write("Data Avaliable: ", DATA_AVAL)
|
23 |
|
24 |
user_question: str = st.text_area("Enter your groovy questions here")
|
|
|
18 |
st.title(APP_NAME)
|
19 |
st.header("What is Groovy-GPT?")
|
20 |
st.write("Groovy-GPT is a RAG (Retrieval-Augmented Generation) model that uses ChromaDB to retrieve relevant documents and then uses OpenAI's models to generate a response.")
|
21 |
+
st.write("The model is trained on the MIT Scheme textbook and a handful of Discrete Math and Paradigms related content that Professor Troeger posted")
|
22 |
st.write("Data Avaliable: ", DATA_AVAL)
|
23 |
|
24 |
user_question: str = st.text_area("Enter your groovy questions here")
|