diff --git a/crazy_functions/Latex全文润色.py b/crazy_functions/Latex全文润色.py index 45fc13b..ff6d45d 100644 --- a/crazy_functions/Latex全文润色.py +++ b/crazy_functions/Latex全文润色.py @@ -92,7 +92,7 @@ def 多文件润色(file_manifest, project_folder, llm_kwargs, plugin_kwargs, ch chatbot=chatbot, history_array=[[""] for _ in range(n_split)], sys_prompt_array=sys_prompt_array, - max_workers=5, # OpenAI所允许的最大并行过载 + max_workers=5, # 并行任务数量限制,最多同时执行5个,其他的排队等待 scroller_max_len = 80 )