Your Name commited on
Commit
a87ce5b
1 Parent(s): a098d08
crazy_functions/总结word文档.py CHANGED
@@ -82,6 +82,10 @@ def 解析docx(file_manifest, project_folder, top_p, temperature, chatbot, histo
82
  def 总结word文档(txt, top_p, temperature, chatbot, history, systemPromptTxt, WEB_PORT):
83
  import glob, os
84
 
 
 
 
 
85
  yield chatbot, history, '正常'
86
 
87
  # 尝试导入依赖,如果缺少依赖,则给出安装建议
 
82
  def 总结word文档(txt, top_p, temperature, chatbot, history, systemPromptTxt, WEB_PORT):
83
  import glob, os
84
 
85
+ # 基本信息:功能、贡献者
86
+ chatbot.append([
87
+ "函数插件功能?",
88
+ "批量总结Word文档。函数插件贡献者: JasonGuo1"])
89
  yield chatbot, history, '正常'
90
 
91
  # 尝试导入依赖,如果缺少依赖,则给出安装建议