Yusin commited on
Commit
7ea4358
·
verified ·
1 Parent(s): 8a57317

Update chat_demo.py

Browse files
Files changed (1) hide show
  1. 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(30, 2048, label="Max new tokens"),
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",