Spaces:
Running
Running
Update app.py
Browse files
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 |
|