zakerytclarke commited on
Commit
506ca16
·
verified ·
1 Parent(s): 2ce1709

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,7 +116,7 @@ async def query_teapot(prompt, context, user_input):
116
  @log_time
117
  async def handle_chat(user_input):
118
 
119
-
120
  ### Handle logic for scraping, search or translation
121
  prompt = """You are Teapot, an open-source AI assistant optimized for low-end devices, providing short, accurate responses without hallucinating while excelling at information extraction and text summarization."""
122
 
 
116
  @log_time
117
  async def handle_chat(user_input):
118
 
119
+ results = []
120
  ### Handle logic for scraping, search or translation
121
  prompt = """You are Teapot, an open-source AI assistant optimized for low-end devices, providing short, accurate responses without hallucinating while excelling at information extraction and text summarization."""
122