From 181684de85c22ee6092ae9b5fab9c72b329b27d8 Mon Sep 17 00:00:00 2001 From: Baize Date: Mon, 3 Apr 2023 23:42:21 +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 e19cfbf..25b0875 100644 --- a/app.py +++ b/app.py @@ -150,8 +150,8 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo: ) max_context_length_tokens = gr.Slider( minimum=0, - maximum=2048, - value=1024, + maximum=1024, + value=512, step=128, interactive=True, label="Max History Tokens",