修改注释
This commit is contained in:
		
							parent
							
								
									c8349e766b
								
							
						
					
					
						commit
						fb3d0948a0
					
				@ -92,7 +92,7 @@ def 多文件润色(file_manifest, project_folder, llm_kwargs, plugin_kwargs, ch
 | 
				
			|||||||
        chatbot=chatbot,
 | 
					        chatbot=chatbot,
 | 
				
			||||||
        history_array=[[""] for _ in range(n_split)],
 | 
					        history_array=[[""] for _ in range(n_split)],
 | 
				
			||||||
        sys_prompt_array=sys_prompt_array,
 | 
					        sys_prompt_array=sys_prompt_array,
 | 
				
			||||||
        max_workers=5,  # OpenAI所允许的最大并行过载
 | 
					        max_workers=5,  # 并行任务数量限制,最多同时执行5个,其他的排队等待
 | 
				
			||||||
        scroller_max_len = 80
 | 
					        scroller_max_len = 80
 | 
				
			||||||
    )
 | 
					    )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user