add pip package check

这个提交包含在:
Your Name
2023-03-29 21:47:56 +08:00
父节点 92d4400d19
当前提交 a6c4b8d764
共有 3 个文件被更改,包括 36 次插入12 次删除

查看文件

@@ -67,4 +67,4 @@ def 读文章写摘要(txt, top_p, temperature, chatbot, history, systemPromptTx
report_execption(chatbot, history, a = f"解析项目: {txt}", b = f"找不到任何.tex文件: {txt}")
yield chatbot, history, '正常'
return
yield from 解析Paper(file_manifest, project_folder, top_p, temperature, chatbot, history, systemPromptTxt)
yield from 解析Paper(file_manifest, project_folder, top_p, temperature, chatbot, history, systemPromptTxt)