How can I send a file to ChatGPT / OpenAI?
Is this possible without “Assistant”?
.
I’d like to send a PDF for data extraction)
Thanks everybody for the help!
.
(My approach so far:
-
Method: Upload a file
-
Module: OpenAI (ChatGPT, Whisper, DALL-E)
-
Method: Create a Chat Completion (GPT and o1 models)
-
Module: OpenAI (ChatGPT, Whisper, DALL-E)
=> ChatGPT seems not to be able to read the file, even with “Map”
)
Welcome to the Make community!
For more information, do view these similar questions previously asked by other community members, which may answer your question:
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.
Thank you very much!
So this is more complex than expected. If I understand the first thread right, that means you have to use
- OpenAI Assistant (configuring on the OpenAI API site)
- Vector Store
in addition to the OpenAI file upload. (JSON is optional?)
Is that correct?