Build Custom GPT Actions with Your Own API - Step-by-Step Guide

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 ม.ค. 2025

ความคิดเห็น • 21

  • @NicholasOsto
    @NicholasOsto 11 หลายเดือนก่อน +3

    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!

  • @brianmorin5547
    @brianmorin5547 ปีที่แล้ว +1

    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

    • @CybrixAIYT
      @CybrixAIYT  8 หลายเดือนก่อน

      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.

  • @techfren
    @techfren ปีที่แล้ว +2

    Great Video, Subscribed :)

  • @AndreasLepsuch
    @AndreasLepsuch 7 หลายเดือนก่อน

    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?

  • @lostfsoul
    @lostfsoul ปีที่แล้ว +2

    Great video, + sub , good luck with your TH-cam journey mate !

  • @BigKIdeas
    @BigKIdeas ปีที่แล้ว +3

    Very hard to read red on black and background music too loud. For future videos… gr8 content.

    • @CybrixAIYT
      @CybrixAIYT  ปีที่แล้ว

      Thank you! Will talk to our editor next time.

    • @paulham.2447
      @paulham.2447 11 หลายเดือนก่อน

      @@CybrixAIYT Please hurry up, come back ! 😀

  • @bennguyen1313
    @bennguyen1313 10 หลายเดือนก่อน

    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).

    • @CybrixAIYT
      @CybrixAIYT  8 หลายเดือนก่อน

      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.

  • @janwibhattar1168
    @janwibhattar1168 11 หลายเดือนก่อน

    which IDE are you using? can you please specify it?

    • @CybrixAIYT
      @CybrixAIYT  8 หลายเดือนก่อน

      Visual Studio Code!

  • @MisterProject-k7d
    @MisterProject-k7d 10 หลายเดือนก่อน

    It says im subscriber 196. But since you probably subscribed to your own channel, I'll identify as 195

  • @davidvillalba8115
    @davidvillalba8115 23 วันที่ผ่านมา

    héroe.

  • @jinpenglv5260
    @jinpenglv5260 11 หลายเดือนก่อน

    I have no idea what I am watching except a black screen :)

  • @heythere6390
    @heythere6390 ปีที่แล้ว +1

    Irritating music !!!!!!!!!!!!!!!!!

  • @crimez9191
    @crimez9191 11 หลายเดือนก่อน

    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

    • @DanHartwigMusic
      @DanHartwigMusic 11 หลายเดือนก่อน

      You weren't the target audience. I suggest diving into Zapier actions.
      Also, I enjoyed this video quite a lot. 👍

    • @Timely7
      @Timely7 10 หลายเดือนก่อน

      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.