How To Build Custom GPTs with external API - Complete Guide.

Поделиться
HTML-код
  • Опубликовано: 17 ноя 2024

Комментарии • 69

  • @SeanieinLombok
    @SeanieinLombok Год назад +21

    please work on audio quality, your ocntents good pbut painful to continuously listen to. Just run through a noise filter, and reduce the high notes. or get abetter mic.

    • @BeyondAutomationWithAlex
      @BeyondAutomationWithAlex  Год назад

      Thank you for the recommendation!

    • @hitmusicworldwide
      @hitmusicworldwide Год назад +3

      ​@@BeyondAutomationWithAlex Yes I agree first let me show my appreciation to you for sharing your knowledge. Then let me give you my take on all this. When we are ingesting knowledge and the sound quality is not really good it becomes more difficult to follow along because our brain has to do a lot of error correction so we spend a lot of brain processing time error correcting the word by word sounds because of the noise or distortion. On top of that when the speaker has an accent we have to error correct for that as well So it makes the learning experience much more difficult. I've noticed this with other RUclipsrs as well sometimes we can't understand them and so it becomes more difficult to follow It's not that we don't appreciate in any way them sharing their knowledge we do but taking this into account it will help us and of course make for more views😊

    • @BeyondAutomationWithAlex
      @BeyondAutomationWithAlex  Год назад

      @hitmusicworldwide please check the new video with good mic ruclips.net/video/jO_Jrs3EC5g/видео.html 😀

  • @DihelsonMendonca
    @DihelsonMendonca Год назад +5

    The audio is terrible. This may be caused by some kinds of wi-fi microphones that uses bad codecs, or codecs used to the audio. This kind of problem is skways due to a low bitrate codec. You can easily get rid of that using a dynamic microphone, like a Shure SM58 or SM7B plugged on a mixer, or mp3 recorder, or directly wired connected to a pro canera, or audio recorder that saves audio in mp3, 128 to 320k bitrate, 48Khz. Don't use webcam microphones, don't use anything wireless, unless you use a pro level mic. Thanks. 🙏👍

  • @asafkurtz7300
    @asafkurtz7300 Год назад +1

    Hey!
    thanks for you content
    I'm exploring this tool and having trouble to define my gpt.
    i want to create a gpt that will get an image file as an api POST request and i want the response to return main obejct in the image, main color of the object.
    am is missing something? i already verified a url of mine in the setting of the chat gpt

    • @BeyondAutomationWithAlex
      @BeyondAutomationWithAlex  Год назад

      try to simply add instruction in GPT settings with example of the JSON of the response and what exactly you want to retrieve.

  • @dr.sminty7781
    @dr.sminty7781 11 месяцев назад +1

    Alex!!!!!!, this is not working for me, you have to do something with that audio. I'll check back later.

  • @francescogarau6950
    @francescogarau6950 Год назад +1

    HI! Thanks for the video. Is there a way to create an API for your own GPTs?

    • @BeyondAutomationWithAlex
      @BeyondAutomationWithAlex  Год назад

      It depends on what this API haas to do. You can use Make.com to create such API using scenario with webhook in the end , other modules in the middle and webhook response in the end.
      Here is an example share.cleanshot.com/1vhTxkvJ
      Use links in this vide description to get Make account with 10k ops and videos about Make on my channel

  • @TheBodybuildingG
    @TheBodybuildingG Год назад +1

    Nice video man...but whats up with does prices :))).

  • @wiseworkflowsai
    @wiseworkflowsai Год назад +1

    Hey Alex, any particular reason as to why you include the API key inside of the JSON schema instead of adding it via the Authentication field the Builder provides? Wondering if you did it because you are running into the same issues I am, which won't let me save the draft (Im getting an "error saving draft" message) whenever I try to save an API key.

    • @BeyondAutomationWithAlex
      @BeyondAutomationWithAlex  Год назад

      In my sample API, the authorization APIkey should be added to the URL parameter, while OPENAI Authorization settings allow you only use headers.
      So the only way I've found is put value as spec parameters.

    • @GiulianoGolfieri
      @GiulianoGolfieri 11 месяцев назад +1

      @@BeyondAutomationWithAlex the big problem here is that if you open the small menu "Talked to" after the action is called, you will see your API key there. Not good :(

  • @Nursultan_karazhigit
    @Nursultan_karazhigit 11 месяцев назад +1

    Can users who have not purchased CHAT GPT 4 use it ? Can we make money from it ?

    • @BeyondAutomationWithAlex
      @BeyondAutomationWithAlex  11 месяцев назад

      Nope, that’s the trick l, it’s for the revenue share with you as a developer of the custom GPT

    • @Nursultan_karazhigit
      @Nursultan_karazhigit 11 месяцев назад

      @@BeyondAutomationWithAlex Thanks

  • @Nursultan_karazhigit
    @Nursultan_karazhigit 11 месяцев назад +1

    is it possible to integrate custom GPT to anywhere ?

    • @BeyondAutomationWithAlex
      @BeyondAutomationWithAlex  11 месяцев назад

      Yes, if we mean the connection part, IF you want to embed custom GPT/assistant on you page/web app you need to use OpenAI Assistant API that does more or less the same thing

    • @Nursultan_karazhigit
      @Nursultan_karazhigit 11 месяцев назад

      @@BeyondAutomationWithAlex for example i want to create a custom gpts that can show me my calendar and send message to slack . Can i integrate it to Telegram ?

  • @leoncalhoun5671
    @leoncalhoun5671 Год назад +1

    Great video. First time I came across your channel. Subscribed.

  • @bradlegassick9327
    @bradlegassick9327 Год назад +1

    Thanks Alex, awesome content on a rapidly evolving tech!

  • @marlenejiang7955
    @marlenejiang7955 Год назад +1

    Awesome Video! I try to do the same thing but failed. Can you give some help? When I use Action, I always get "Error Talking to...", I didn't know what happened. My schema only has a get request with one query.

    • @BeyondAutomationWithAlex
      @BeyondAutomationWithAlex  Год назад

      do you have a link to the API doc?
      Make sure authorization is correct and it exists in schema

    • @marlenejiang7955
      @marlenejiang7955 Год назад

      ​@@BeyondAutomationWithAlex Yeah.I think my schema is correct, but I didn't see any request from GPT on my server.

    • @BeyondAutomationWithAlex
      @BeyondAutomationWithAlex  Год назад

      Try my GPT for schema generation chat.openai.com/g/g-5boouomxo-gpt-api-schema-builder :)

    • @BeyondAutomationWithAlex
      @BeyondAutomationWithAlex  Год назад

      @@marlenejiang7955 make sure it has base URL and paths, looks like this is required

    • @marlenejiang7955
      @marlenejiang7955 Год назад

      @@BeyondAutomationWithAlex thx! I found some details about my problem. i create a schema with shared API and it works. but when i use my server create the same api, just replace the base URL. it failed. i didn't know why.

  • @365LiveBetter
    @365LiveBetter Год назад +2

    Awesome video thanks brother.

  • @AssassinUK
    @AssassinUK Год назад +1

    How many API's can you connect to a GPT?

    • @BeyondAutomationWithAlex
      @BeyondAutomationWithAlex  Год назад

      So far it allows one, means one base url with many methods, but you technically can use proxy. I’ve already created working GPT with proxy and record and publish video in 1-2 days, subscribe and stay tuned!

    • @allin6074
      @allin6074 Год назад +1

      when will this video come out sir? i need it urgently xxxdddd thx for ur efforts :)@@BeyondAutomationWithAlex

    • @BeyondAutomationWithAlex
      @BeyondAutomationWithAlex  Год назад

      @@allin6074 ruclips.net/video/jO_Jrs3EC5g/видео.html just check my channel :)

  • @geoletsgo7344
    @geoletsgo7344 Год назад +1

    top content . Thanks

  • @fredericMercier-f7p
    @fredericMercier-f7p Год назад +2

    Top! Merci

  • @SantinoGenta-m4y
    @SantinoGenta-m4y Год назад +1

    Hey brother you are a god

    • @BeyondAutomationWithAlex
      @BeyondAutomationWithAlex  Год назад

      thanks, glad to help!

    • @shahbazsyed1946
      @shahbazsyed1946 Год назад +1

      He is very good. Nice person but NOT 'GOD'. GOD is supreme power - so merciful & beneficial, beyond our imagination.

    • @J3R3MI6
      @J3R3MI6 Год назад +1

      @@shahbazsyed1946true 🙏🏽💎

  • @SantinoGenta-m4y
    @SantinoGenta-m4y Год назад +1

    I need help on code and you give me a Hand? Is súper little touch

    • @BeyondAutomationWithAlex
      @BeyondAutomationWithAlex  Год назад

      what exactly you need to help with?

    • @SantinoGenta-m4y
      @SantinoGenta-m4y Год назад

      @@BeyondAutomationWithAlex when i run code on Xcode i get : Closure containing a declaration cannot be used with result builder

    • @SantinoGenta-m4y
      @SantinoGenta-m4y Год назад

      @@BeyondAutomationWithAlex i creating an app with dalle . OpenAi is the future

    • @BeyondAutomationWithAlex
      @BeyondAutomationWithAlex  Год назад

      ​@@SantinoGenta-m4y I'm sorry I don't work with Swift :(

  • @harvardnomadowl
    @harvardnomadowl Год назад +1

    I can't understand what u talking...noise level high

    • @BeyondAutomationWithAlex
      @BeyondAutomationWithAlex  Год назад

      My apologies, please check my new video with good sound quality here
      ruclips.net/video/jO_Jrs3EC5g/видео.html

  • @SantinoGenta-m4y
    @SantinoGenta-m4y Год назад +1

    Bro u have an air to eminem

  • @michaeltse321
    @michaeltse321 Год назад +1

    quality of audio is bad

  • @A123-d8o
    @A123-d8o Год назад +1

    I wanted to watch this I really did but this audio is literally unbearable. I believe in you but omg I can’t sit through this audio Man U need a new mic cmon in 2024