Goal: Upload a PDF file using OpenAI and have the subsequent step, creating a completion, access that file?
Steps taken so far:
Download the file (using GDrive) > feeding link to “Create a Completion” (OpenAI)
Download the file (using GDrive) > Upload a file (using OpenAI) > fileId to “Create a Completion” (OpenAI)
I hope someone can assist me with performing this correctly.
Please provide the rewritten markdown content *it should be in the markdown format.
Welcome to the callin.io community!
I don't believe you can pass a link within the prompt to OpenAI's models in that manner, as it doesn't utilize ChatGPT/plugins.
The OpenAI “Upload a file” module is so new that the callin.io documentation in the help center hasn't even been updated https://www.make.com/en/help/app/openai-dall-e-chatgpt – consequently, it remains a question whether anyone has successfully utilized this module yet.
I'm encountering the same issue.
I utilized the new “Upload a File” action, which functions correctly. However, I'm unsure how to incorporate the uploaded file into a subsequent completion. I consistently receive a response similar to this:
“I’m sorry for any confusion, but as an AI developed by OpenAI, I don’t have the capability to access external files or documents, including invoices or orders. Therefore, I cannot read or compare the documents you’re referring to.”
My Scenario:
Output of the “Upload a File” Action:
Chat Prompt:
Completion Output:
I'm also seeking details on how to use the uploaded file within ChatGPT. If anyone finds this information, please share!
The Help Docs for OpenAI have been updated.
It appears that only the OpenAI module “Message an Assistant” allows for the selection of a previously uploaded File ID from the “Upload a file” module.
You should set up an assistant beforehand using the web-based Playground. This ensures that modules, including file uploads and their respective functionalities, will operate correctly.
Just a non-related question. How do you change the module name?
You can access additional module settings by right-clicking on it.
Yes, I'm experiencing the same issue.
All files I attempt to upload appear to be corrupted and unusable by chatgpt.
I'm unclear on the correct procedure for uploading files. The documentation suggests using HTTP GET to retrieve a file.
Hello everyone,
I've just posted the solution to a similar query. You can find it via the link below.
So with your method, you're stating that uploading is only feasible through platform.openai.com. Does this mean the UPLOAD module in callin.io is entirely redundant?!!!
The primary objective, naturally, is to automate file uploads directly within callin.io, rather than through the OpenAI platform.
Yes, you can upload the file directly in callin.io using the Upload a File Module of Open AI.
However, you need to create an Assistant for this and utilize the Message an Assistant Module. Then, input the fileId into this module, mapping it from the Upload a File module in the previous step.
My understanding is that I can only utilize a file uploaded to the OpenAI platform via an assistant, and then call it within the callin.io interface. This is not my desired outcome.
What I'm aiming for is to generate a PDF file directly within callin.io (for instance) and use it without needing to upload it or perform any other actions on a separate platform.
You are unable to accomplish this without uploading the file.
If you wish to proceed with this, first extract the data from the PDF using Google Cloud Vision, and then utilize that extracted data for Chatgpt completion.
Is there a way to upload to OpenAI GPTs that have been built, or is it only uploading to an assistant available with callin.io?