Skip to content

Commit

Permalink
word file format reminder
Browse files Browse the repository at this point in the history
  • Loading branch information
binary-sky committed May 12, 2023
1 parent dadbb71 commit fdb9650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crazy_functions/总结word文档.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def 总结word文档(txt, llm_kwargs, plugin_kwargs, chatbot, history, system_pr
# 基本信息:功能、贡献者
chatbot.append([
"函数插件功能?",
"批量总结Word文档。函数插件贡献者: JasonGuo1"])
"批量总结Word文档。函数插件贡献者: JasonGuo1。注意, 如果是.doc文件, 请先转化为.docx格式。"])
yield from update_ui(chatbot=chatbot, history=history) # 刷新界面

# 尝试导入依赖,如果缺少依赖,则给出安装建议
Expand Down

0 comments on commit fdb9650

Please sign in to comment.