Upload a PDF (max size 10Mb) and then ask questions of the LLM (currently gpt-4o-mini) about it gpt-4o-mini.
Just a proof of concept, and an excuse to play with the OpenAI API.
- Run
yarnto install the dependencies - Copy
.envto.env.development - Edit
.env.developmentsetting theVITE_OPENAI_API_KEYwith your OpenAI API Key (sign up at https://auth.openai.com/log-in to get an API key) yarn devand open browser athttp://localhost:5173/
