Spaces:
Sleeping
Sleeping
Update chat_demo.py
Browse files- chat_demo.py +1 -1
chat_demo.py
CHANGED
@@ -97,7 +97,7 @@ with gr.Blocks() as demo:
|
|
97 |
type="messages",
|
98 |
additional_inputs=[
|
99 |
gr.Textbox("You are a helpful AI assistant.", label="System Prompt"),
|
100 |
-
gr.Slider(
|
101 |
],
|
102 |
additional_outputs=[conv_state],
|
103 |
title="Chat with bitnet using ik_llama",
|
|
|
97 |
type="messages",
|
98 |
additional_inputs=[
|
99 |
gr.Textbox("You are a helpful AI assistant.", label="System Prompt"),
|
100 |
+
gr.Slider(500, 2048, label="Max new tokens"),
|
101 |
],
|
102 |
additional_outputs=[conv_state],
|
103 |
title="Chat with bitnet using ik_llama",
|