Use the ChatGPT API to answer questions about content in a PDF file without using OpenAI embeddings API.
$ php conversation.phpYou can export OPENAI_API_KEY=[YOUR_API_KEY] if you don't want to input it every time.
The PDF to text conversion requires pdftotext:
$ sudo apt install poppler-utils