Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ def chat(message, history, system_prompt, temperature, top_p):
|
|
65 |
iface = gr.ChatInterface(
|
66 |
fn=chat,
|
67 |
title="llama.cpp Chat",
|
68 |
-
description="
|
69 |
additional_inputs=[
|
70 |
gr.Textbox(label="System Prompt", value=DEFAULT_SYSTEM_PROMPT, lines=3),
|
71 |
gr.Slider(label="Temperature", minimum=0.1, maximum=1.0, value=0.8, step=0.1),
|
|
|
65 |
iface = gr.ChatInterface(
|
66 |
fn=chat,
|
67 |
title="llama.cpp Chat",
|
68 |
+
description="Duplicate the space then edit in a GGUF model to test. Chats arent persistent",
|
69 |
additional_inputs=[
|
70 |
gr.Textbox(label="System Prompt", value=DEFAULT_SYSTEM_PROMPT, lines=3),
|
71 |
gr.Slider(label="Temperature", minimum=0.1, maximum=1.0, value=0.8, step=0.1),
|