Skip to content

Commit

Permalink
update default value of scroller_max_len
Browse files Browse the repository at this point in the history
  • Loading branch information
binary-husky committed Jun 25, 2024
1 parent 68b3604 commit 9f13c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crazy_functions/crazy_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
):
Expand Down

0 comments on commit 9f13c5c

Please sign in to comment.