talkingwallace/ChatGPT-Paper-Reader

NameError: name 'session' is not defined

Opened this issue · 2 comments

ql-xun commented

请问下,我在python运行完pdf之后,在python console”输入“session. question('Authors of this paper?')”
但是得到的回答是
Traceback (most recent call last):
File "", line 1, in
NameError: name 'session' is not defined
请问这种情况,应该如何解决

可能你没有在interactive console里运行?

dnth commented

Try reader.question(paper, 'Authors of this paper?')