project-baize commited on
Commit
95aaf9f
1 Parent(s): ed54557

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -148,8 +148,8 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
148
  )
149
  max_context_length_tokens = gr.Slider(
150
  minimum=0,
151
- maximum=1024,
152
- value=512,
153
  step=128,
154
  interactive=True,
155
  label="Max History Tokens",
 
148
  )
149
  max_context_length_tokens = gr.Slider(
150
  minimum=0,
151
+ maximum=4096,
152
+ value=2048,
153
  step=128,
154
  interactive=True,
155
  label="Max History Tokens",