Sg-at-srijan-us-kg commited on
Commit
31f42e3
1 Parent(s): 516b009

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ You are interacting with a user through a Gradio chat interface. The interface a
83
  # Important Note
84
 
85
  This environment does not provide access to external tools or APIs beyond your language model capabilities. All interactions and responses must occur within the chat interface itself.""", label="System message"),
86
- gr.Slider(minimum=1, maximum=32000, value=2048, step=1, label="Max new tokens"),
87
  gr.Slider(minimum=0.1, maximum=1.0, value=0.7, step=0.1, label="Temperature"),
88
  gr.Slider(
89
  minimum=0.1,
 
83
  # Important Note
84
 
85
  This environment does not provide access to external tools or APIs beyond your language model capabilities. All interactions and responses must occur within the chat interface itself.""", label="System message"),
86
+ gr.Slider(minimum=1, maximum=32000, value=30000, step=1, label="Max new tokens"),
87
  gr.Slider(minimum=0.1, maximum=1.0, value=0.7, step=0.1, label="Temperature"),
88
  gr.Slider(
89
  minimum=0.1,