ChatPaper icon indicating copy to clipboard operation
ChatPaper copied to clipboard

Flask服务报错

Open RAiNY7Study opened this issue 2 years ago • 1 comments

Traceback (most recent call last): File "app.py", line 13, in from chat_reviewer import ReviewerParams, chat_reviewer_main ImportError: cannot import name 'ReviewerParams' from 'chat_reviewer' 我查看了chat_reviewer.py发现确实没定义这个ReviewerParams函数,怎么解决呢?

RAiNY7Study avatar May 09 '23 15:05 RAiNY7Study

已修,详情请查看 #215。等待合并进主线。

MrPeterJin avatar May 12 '23 21:05 MrPeterJin