reverse
This commit is contained in:
		
							parent
							
								
									deb8e5e137
								
							
						
					
					
						commit
						7c050d66c8
					
				@ -16,7 +16,7 @@ def 同时问询(txt, llm_kwargs, plugin_kwargs, chatbot, history, system_prompt
 | 
				
			|||||||
    chatbot.append((txt, "正在同时咨询ChatGPT和ChatGLM……"))
 | 
					    chatbot.append((txt, "正在同时咨询ChatGPT和ChatGLM……"))
 | 
				
			||||||
    yield from update_ui(chatbot=chatbot, history=history) # 刷新界面 # 由于请求gpt需要一段时间,我们先及时地做一次界面更新
 | 
					    yield from update_ui(chatbot=chatbot, history=history) # 刷新界面 # 由于请求gpt需要一段时间,我们先及时地做一次界面更新
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    llm_kwargs['llm_model'] = 'gpt-3.5-turbo&api2d-gpt-3.5-turbo'
 | 
					    llm_kwargs['llm_model'] = 'chatglm&gpt-3.5-turbo' # 'chatglm&gpt-3.5-turbo&api2d-gpt-3.5-turbo'
 | 
				
			||||||
    gpt_say = yield from request_gpt_model_in_new_thread_with_ui_alive(
 | 
					    gpt_say = yield from request_gpt_model_in_new_thread_with_ui_alive(
 | 
				
			||||||
        inputs=txt, inputs_show_user=txt, 
 | 
					        inputs=txt, inputs_show_user=txt, 
 | 
				
			||||||
        llm_kwargs=llm_kwargs, chatbot=chatbot, history=history, 
 | 
					        llm_kwargs=llm_kwargs, chatbot=chatbot, history=history, 
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user