From 9f13c5cedf61fb8e0a1de29854268d9bce632ee6 Mon Sep 17 00:00:00 2001 From: binary-husky Date: Tue, 25 Jun 2024 05:34:55 +0000 Subject: [PATCH] update default value of scroller_max_len --- crazy_functions/crazy_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crazy_functions/crazy_utils.py b/crazy_functions/crazy_utils.py index 6b46ff904..bd802fe00 100644 --- a/crazy_functions/crazy_utils.py +++ b/crazy_functions/crazy_utils.py @@ -169,7 +169,7 @@ def default_condition(llm) -> bool: def request_gpt_model_multi_threads_with_very_awesome_ui_and_high_efficiency( inputs_array, inputs_show_user_array, llm_kwargs, chatbot, history_array, sys_prompt_array, - refresh_interval=0.2, max_workers=-1, scroller_max_len=50, + refresh_interval=0.2, max_workers=-1, scroller_max_len=75, handle_token_exceed=True, show_user_at_complete=False, retry_times_at_unknown_error=2, ):