Great Video! I've used a very similar workflow when working with GPT. I really like how you explain the background details on why things work and let us know what common errors to expect. Hope you make more videos!
Awesome detailed video. I tried following along and used your GPT action builder with a slight tweak to make it retrieve a 114KB JSON file through a webhook to my local machine. While a small JSON file returns successfully, GPT says the "response is too large" when trying to retrieve the 114KB file. Have you run into any of these size limitations by chance?? I can drag-and-drop the same size file in the prompt no problem - just not through the API
Yeah you will probably want to graduate to the OpenAI API and away from custom GPTs if you are working with larger data. I believe there you can hit an api to upload your file I believe using openai.File.create in the SDK.
very good video I have a question, do you have a solution to the problem that you have to confirm every action, I have a GPT that executes requests on my database via a PHP script and unfortunately I have to confirm the action every time. Is there one Possibility to bypass this confirmation?
If you create a Custom GPT application using OpenAI's GPT builder.. does their Store/Marketplace allow you to host it for others to try? Can you host it somewhere else if they reject it? An your cost is that, anyone using will go towards your 40 messages/3hour limit? As an alternative, if you create a web-app that does the same, it falls under the API pricing.. so the more popular it gets, the more it costs you? In either case, how does the pricing change between a prompt that requires a simple yes/no, versus a one that requires image analysis? My goal is to drag a pdf of a handwritten scan to a web-app (hosted locally or on OpenAI) that calls Chat-GPT4 Vision to do an OCR and extract data from a table, then perform some calculations on it, and finally print the results to a pdf (or append a new page to the original pdf).
You probably are going to want to look into some form of cloud hosting or services depending on how you intend on processing the data you receive. There's cheap and even free container platforms you could run your code within. I would need to know more about your project, code, etc to provide a solid suggestion.
i have to say, that i dont like the video, sorry. Thats no hate but everyone who has zero experience with coding understands nothing. I want my gpt to access photos in a dropbox folder. I created the api key from dropbox and have no idea how to continue. I have no documentation url or anything. I have no idea how to do it and how to write the schema. Aswell as every other video i watched, this video helps me not at all. But maybe you can help with the issue and make a beginner friendly video
Great Video! I've used a very similar workflow when working with GPT. I really like how you explain the background details on why things work and let us know what common errors to expect. Hope you make more videos!
Awesome detailed video. I tried following along and used your GPT action builder with a slight tweak to make it retrieve a 114KB JSON file through a webhook to my local machine. While a small JSON file returns successfully, GPT says the "response is too large" when trying to retrieve the 114KB file. Have you run into any of these size limitations by chance?? I can drag-and-drop the same size file in the prompt no problem - just not through the API
Yeah you will probably want to graduate to the OpenAI API and away from custom GPTs if you are working with larger data. I believe there you can hit an api to upload your file I believe using openai.File.create in the SDK.
Great Video, Subscribed :)
very good video I have a question, do you have a solution to the problem that you have to confirm every action, I have a GPT that executes requests on my database via a PHP script and unfortunately I have to confirm the action every time. Is there one Possibility to bypass this confirmation?
Great video, + sub , good luck with your TH-cam journey mate !
Very hard to read red on black and background music too loud. For future videos… gr8 content.
Thank you! Will talk to our editor next time.
@@CybrixAIYT Please hurry up, come back ! 😀
If you create a Custom GPT application using OpenAI's GPT builder.. does their Store/Marketplace allow you to host it for others to try? Can you host it somewhere else if they reject it? An your cost is that, anyone using will go towards your 40 messages/3hour limit?
As an alternative, if you create a web-app that does the same, it falls under the API pricing.. so the more popular it gets, the more it costs you?
In either case, how does the pricing change between a prompt that requires a simple yes/no, versus a one that requires image analysis?
My goal is to drag a pdf of a handwritten scan to a web-app (hosted locally or on OpenAI) that calls Chat-GPT4 Vision to do an OCR and extract data from a table, then perform some calculations on it, and finally print the results to a pdf (or append a new page to the original pdf).
You probably are going to want to look into some form of cloud hosting or services depending on how you intend on processing the data you receive. There's cheap and even free container platforms you could run your code within. I would need to know more about your project, code, etc to provide a solid suggestion.
which IDE are you using? can you please specify it?
Visual Studio Code!
It says im subscriber 196. But since you probably subscribed to your own channel, I'll identify as 195
héroe.
I have no idea what I am watching except a black screen :)
Irritating music !!!!!!!!!!!!!!!!!
i have to say, that i dont like the video, sorry. Thats no hate but everyone who has zero experience with coding understands nothing. I want my gpt to access photos in a dropbox folder. I created the api key from dropbox and have no idea how to continue. I have no documentation url or anything. I have no idea how to do it and how to write the schema. Aswell as every other video i watched, this video helps me not at all. But maybe you can help with the issue and make a beginner friendly video
You weren't the target audience. I suggest diving into Zapier actions.
Also, I enjoyed this video quite a lot. 👍
Yeah I am the same. Glad you said this just gonna keep talking to the custom GPT till I get my API up and running.