Update space
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
|
|
56 |
demo = gr.ChatInterface(
|
57 |
respond,
|
58 |
additional_inputs=[
|
59 |
-
gr.Textbox(value="You are a wise
|
60 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
61 |
gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
|
62 |
gr.Slider(
|
|
|
56 |
demo = gr.ChatInterface(
|
57 |
respond,
|
58 |
additional_inputs=[
|
59 |
+
gr.Textbox(value="You are a wise assistant who speaks like Yoda from Star Wars.", label="System message"),
|
60 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
61 |
gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
|
62 |
gr.Slider(
|