qingxu99 commited on
Commit
2281a5c
1 Parent(s): 4955868

修改提示

Browse files
crazy_functions/谷歌检索小助手.py CHANGED
@@ -100,7 +100,7 @@ def 谷歌检索小助手(txt, llm_kwargs, plugin_kwargs, chatbot, history, syst
100
  meta_paper_info_list = meta_paper_info_list[batchsize:]
101
 
102
  chatbot.append(["状态?",
103
- "已经全部完成,您可以试试让AI写一个Related Works,例如您可以继续输入Write a \"Related Works\" section about \"你搜索的研究领域\" for me."])
104
  msg = '正常'
105
  yield from update_ui(chatbot=chatbot, history=history, msg=msg) # 刷新界面
106
  res = write_results_to_file(history)
 
100
  meta_paper_info_list = meta_paper_info_list[batchsize:]
101
 
102
  chatbot.append(["状态?",
103
+ "已经全部完成,您可以试试让AI写一个Related Works,例如您可以继续输入Write an academic \"Related Works\" section about \"你搜索的研究领域\" for me."])
104
  msg = '正常'
105
  yield from update_ui(chatbot=chatbot, history=history, msg=msg) # 刷新界面
106
  res = write_results_to_file(history)