Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -214,6 +214,7 @@ demo = gr.ChatInterface(
|
|
214 |
undo_btn="Undo",
|
215 |
clear_btn="Clear",
|
216 |
submit_btn="Send",
|
|
|
217 |
examples = (examples),
|
218 |
description="Llama-cpp-agent: Chat with DuckDuckGo Agent",
|
219 |
analytics_enabled=False,
|
|
|
214 |
undo_btn="Undo",
|
215 |
clear_btn="Clear",
|
216 |
submit_btn="Send",
|
217 |
+
cache_examples=False,
|
218 |
examples = (examples),
|
219 |
description="Llama-cpp-agent: Chat with DuckDuckGo Agent",
|
220 |
analytics_enabled=False,
|