zakerytclarke commited on
Commit
2c24fc5
·
verified ·
1 Parent(s): ef8f9db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
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?"]