From 95aaf9f493d1b2248d34e54bdcfd8eacd8313829 Mon Sep 17 00:00:00 2001 From: Baize Date: Tue, 4 Apr 2023 04:02:09 +0000 Subject: [PATCH] Update app.py --- app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.py b/app.py index dea5e08..cefcaa5 100644 --- a/app.py +++ b/app.py @@ -148,8 +148,8 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo: ) max_context_length_tokens = gr.Slider( minimum=0, - maximum=1024, - value=512, + maximum=4096, + value=2048, step=128, interactive=True, label="Max History Tokens",