project-baize commited on
Commit
238ac1d
·
1 Parent(s): 4a1e613

Update app.py

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