This is a test app develeped for Prosper. It uses the provided API to create a chat allowing the user to ask questions about the PDF.
Install dependencies
npm install
Start the app
npm start
- Automated tests
- Better error handling
- Improved interface
- Improve PDF viewer
Inside the file usePreferences it is possible to change the behavior of the app.
Defines if the app should send the whole chat history or just the last message sent by the user.
What is the maximum amout of characters the user can send in the question field.