PDF GPT allows you to chat with the contents of your PDF file by using GPT capabilities. The most effective open source solution to turn your pdf files in a chatbot!
When the generate_text() is called by the API, there is no error catch in case of failure. This change allows to see the error message on the answer cell of the web app instead of a blank.
Useful when openai account is exceeding the quota or other types of error.
Hi,
When the generate_text() is called by the API, there is no error catch in case of failure. This change allows to see the error message on the answer cell of the web app instead of a blank.
Useful when openai account is exceeding the quota or other types of error.
MA