talkingwallace / ChatGPT-Paper-Reader

This repo offers a simple interface that helps you to read&summerize research papers in pdf format. You can ask some questions after reading. This interface is developed based on openai API and using GPT-3.5-turbo model.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NameError: name 'session' is not defined

ql-xun opened this issue · comments

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
请问这种情况,应该如何解决

commented

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

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