Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,8 @@ iface = gr.ChatInterface(
|
|
44 |
fn=chat,
|
45 |
title="llama.cpp Chat",
|
46 |
description="Test a GGUF model. Chats arent persistent",
|
47 |
-
additional_inputs=[gr.Textbox(label="System Prompt", value=DEFAULT_SYSTEM_PROMPT, lines=3)]
|
|
|
48 |
)
|
49 |
|
50 |
iface.launch()
|
|
|
44 |
fn=chat,
|
45 |
title="llama.cpp Chat",
|
46 |
description="Test a GGUF model. Chats arent persistent",
|
47 |
+
additional_inputs=[gr.Textbox(label="System Prompt", value=DEFAULT_SYSTEM_PROMPT, lines=3)],
|
48 |
+
cache_examples=False
|
49 |
)
|
50 |
|
51 |
iface.launch()
|