Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -116,9 +116,6 @@ def main():
|
|
116 |
|
117 |
st.sidebar.header("Retrieval Augmented Generation")
|
118 |
user_prompt = st.sidebar.text_area("Enter prompt, leave empty for search")
|
119 |
-
|
120 |
-
teapot_ai = TeapotAI(documents=[], settings=TeapotAISettings(rag_num_results=3, log_level="debug"))
|
121 |
-
|
122 |
|
123 |
|
124 |
list1 = ["Tell me about teapotllm", "What is Teapot AI?","What devices can Teapot run on?","Who are you?"]
|
|
|
116 |
|
117 |
st.sidebar.header("Retrieval Augmented Generation")
|
118 |
user_prompt = st.sidebar.text_area("Enter prompt, leave empty for search")
|
|
|
|
|
|
|
119 |
|
120 |
|
121 |
list1 = ["Tell me about teapotllm", "What is Teapot AI?","What devices can Teapot run on?","Who are you?"]
|