Dread2Poor commited on
Commit
1dd05a0
·
verified ·
1 Parent(s): f732dac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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()