Update app.py
This commit is contained in:
parent
181684de85
commit
4a1e613b15
4
app.py
4
app.py
|
@ -150,8 +150,8 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
|
||||||
)
|
)
|
||||||
max_context_length_tokens = gr.Slider(
|
max_context_length_tokens = gr.Slider(
|
||||||
minimum=0,
|
minimum=0,
|
||||||
maximum=1024,
|
maximum=1536,
|
||||||
value=512,
|
value=1024,
|
||||||
step=128,
|
step=128,
|
||||||
interactive=True,
|
interactive=True,
|
||||||
label="Max History Tokens",
|
label="Max History Tokens",
|
||||||
|
|
Loading…
Reference in New Issue