You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Terminal Traceback & Material to Help Reproduce Bugs | 终端traceback(如有) + 帮助我们复现的测试材料样本(如有)
No response
The text was updated successfully, but these errors were encountered:
Katherine-Kwok-001
changed the title
[Bug]: 精确翻译PDF论文插件功能一直卡在chatbot.append,这是为什么
[Bug]: 精确翻译PDF论文插件里yield from update_ui(chatbot, history)不起作用,这是为什么
Sep 27, 2024
Installation Method | 安装方法与平台
Pip Install (I used latest requirements.txt)
Version | 版本
Latest | 最新版
OS | 操作系统
Windows
Describe the bug | 简述
在上传PDF文件后,点击精确翻译PDF论文插件,后台看日志一直卡在gpt_academic\crazy_functions\pdf_fns\parse_pdf_grobid.py文件里的解析PDF_基于GROBID函数,执行完for循环里的第一个chatbot.append后,后面遇到的第二个chatbot.append就会卡住,在toolbox.py的update_ui里加日志,能看见update_ui正常执行,但是前端无响应不显示,在第二句chatbot.append之后的任何语句都无法继续执行。如下两图:
假设我在解析PDF_基于GROBID函数函数里的这两个位置加chatbot.append,绿框位置前端能正常显示,红框不能显示,并且,执行到红框chatbot.append部分,后面的任何语句都无法继续执行。如下两图:
Screen Shot | 有帮助的截图
Terminal Traceback & Material to Help Reproduce Bugs | 终端traceback(如有) + 帮助我们复现的测试材料样本(如有)
No response
The text was updated successfully, but these errors were encountered: