Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mukulpatnaik authored Feb 15, 2023
1 parent 0de61b6 commit 1cbd9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is a flask app provides an interface to enable a conversation with a research paper. You can enter a link to a pdf hosted online or upload your own pdf. The app will then extract the text from the pdf, create embeddings from the text and use them with the openai api to generate a response to a question you ask. It will also return a source for the part of the text it used to generate the response and the page number.

You can try a demo here: http://researchgpt.ue.r.appspot.com
You can try a demo here: https://researchgpt.ue.r.appspot.com

## Example

Expand Down

0 comments on commit 1cbd9c6

Please sign in to comment.