qingxu99 commited on
Commit
fb3d094
1 Parent(s): c8349e7

修改注释

Browse files
crazy_functions/Latex全文润色.py CHANGED
@@ -92,7 +92,7 @@ def 多文件润色(file_manifest, project_folder, llm_kwargs, plugin_kwargs, ch
92
  chatbot=chatbot,
93
  history_array=[[""] for _ in range(n_split)],
94
  sys_prompt_array=sys_prompt_array,
95
- max_workers=5, # OpenAI所允许的最大并行过载
96
  scroller_max_len = 80
97
  )
98
 
 
92
  chatbot=chatbot,
93
  history_array=[[""] for _ in range(n_split)],
94
  sys_prompt_array=sys_prompt_array,
95
+ max_workers=5, # 并行任务数量限制,最多同时执行5个,其他的排队等待
96
  scroller_max_len = 80
97
  )
98