openai4j
openai4j copied to clipboard
Add PDF content type
Now that OpenAI allows to upload PDFs in the prompt, I wanted to implement this feature in LangChain4j (in InternalOpenAiHelper
), but the PDF content type is missing. So I am adding it.
Don't know if this should be PDF
or PDF_URL
like the image. Let me know