Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Request] Feed the entire paper to ChatGPT instead of passing just a summary of it #8

Open
joonhok-fittube opened this issue Feb 12, 2023 · 1 comment
Assignees

Comments

@joonhok-fittube
Copy link
Collaborator

Now, It only uses the summary of the paper on the web page and does not use the whole paper in the prompt. Maybe it's because the paper is only available as a PDF file and ChatGPT does not support reading an external file.

But it's obvious that the summarization and all other features will become much better if ChatGPT can read the whole paper.

Things to consider:
We can pass up to 4,097 tokens, which is roughly 10 pages long, to an API call and we may need to make multiple API calls to handle a long paper.

@hunkim
Copy link

hunkim commented Feb 12, 2023

We need to use feed a bit at a time and need to use the message_parent_id or something.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants