ChatGPT Functions - Full Tutorial for using OpenAI Functions

Поділитися
Вставка
  • Опубліковано 22 гру 2024

КОМЕНТАРІ •

  • @AdrianTwarog
    @AdrianTwarog  Рік тому +2

    Bright Data: (Feel free to check out Bright Data, it's pretty easy to setup web access and scraping directly with Open AI based on the example I've provided!)
    brdta.com/adrian_twarog

  • @roccov1972
    @roccov1972 5 місяців тому +1

    I wish this had been done in Python. But I did learn a lot. You do a good job of teaching.

  • @casdio
    @casdio 9 місяців тому

    This tutorial is great! Thanks a lot for it, it's super helpful :)

  • @malipetek
    @malipetek Рік тому

    This is wonderful thanks. OpenAI's doc is so static I procrastinated trying checking functions.

  • @mohammadkermani2987
    @mohammadkermani2987 Рік тому +3

    Thanks for the tutorial. I think the hello world example just made everything way more confusing. It could be better if you could make a simple math function, like a function that gets two value and return the sum

  • @KylePrinsloo
    @KylePrinsloo Рік тому

    Love this crash course! 🔥

  • @elClubdelas7Cifras
    @elClubdelas7Cifras 7 місяців тому

    hi
    question
    how you are getting such text type suggetion?
    do u use Copilot or something similar?

  • @kfliden
    @kfliden 8 місяців тому

    Fantastic video!

  • @alexeilevinzon2916
    @alexeilevinzon2916 Рік тому

    thats a GREAT tutorial man! you are the BEST :) thanks alot!

  • @MohammedSaad-c1s
    @MohammedSaad-c1s Рік тому +1

    which tool are you using zoom-in out for recording the screen?
    Thankyou..!

  • @AvinashGadiraju
    @AvinashGadiraju Рік тому +3

    Great video. What tool are you using to draw those arrows and underlines on the screen?

    • @AdrianTwarog
      @AdrianTwarog  Рік тому +3

      Screenbrush!

    • @AvinashGadiraju
      @AvinashGadiraju Рік тому

      @@AdrianTwarog Thanks a lot. Your videos rock!! Great quality and to the point. Added a bunch of them to my watch list for later. Thank you!!

  • @BunniesAI
    @BunniesAI Рік тому

    This was brilliant 😍😍

  • @fredericherrera
    @fredericherrera Рік тому +1

    very good potential - will check brightdata capabilities

  • @candressen4354
    @candressen4354 9 місяців тому

    Can u call external api’s through gpt functions?

  • @AbrahamAlsop
    @AbrahamAlsop Рік тому

    Excellent tutorial. Thank you.

  • @justine_chang39
    @justine_chang39 Рік тому

    this was wonderful

  • @fahim52510
    @fahim52510 7 місяців тому

    Love this video. It is very helpful video to understand concept. @AdrianTwarog
    so what about stream response ? I am actively looking for stream feature with function calling.

  • @realnowhereman1995
    @realnowhereman1995 10 місяців тому

    Which version of OpenAI are you using? I'm using version 4.28.0 and it doesn't seem to have a createChatCompletion method. It only has completions.create and chat.completions.create so now I'm trying to find out why.

  • @kevinthomas1727
    @kevinthomas1727 Рік тому +1

    Great video! What are you using to do the disappearing on screen annotation?

    •  Рік тому

      I have the sane question, It looks great

    • @AdrianTwarog
      @AdrianTwarog  Рік тому

      Oh? Which do you mean, timestamps?

    • @kevinthomas1727
      @kevinthomas1727 Рік тому +3

      No when you are hand drawing on the screen with what must be some sort of stylus. Those “pencil” lines slowly fade away so you can keep pointing out and highlighting other elements of the code. I was just asking what software you’re using to draw those disappearing lines on screen. It makes it very easy to follow each new thing you’re explaining

    • @alpha0xide9
      @alpha0xide9 Рік тому

      ​@@kevinthomas1727Screenbrush

    • @gandharvgarg3444
      @gandharvgarg3444 Рік тому

      @@AdrianTwarog can you please help out with the tool name?

  • @mihaiudvar9830
    @mihaiudvar9830 Рік тому

    Nice one, thanks

  • @question-du-temps
    @question-du-temps Рік тому

    Thank you for this video. What font do you use because I'm interested ?

  • @sparsha1000
    @sparsha1000 Рік тому

    Great video, how can we access pandasai through function rather than providing open ai key

  • @evial5671
    @evial5671 4 місяці тому

    What about model evaluation?

  • @xsploit
    @xsploit Рік тому +4

    Next implment langchain with functions and make a personal assistants

  • @Painuzumaki0016
    @Painuzumaki0016 Рік тому

    Which is better android development vs web development in Australia???

    • @avidlearner8117
      @avidlearner8117 Рік тому +1

      ....wait, what?!?

    • @Painuzumaki0016
      @Painuzumaki0016 Рік тому

      @@avidlearner8117 i mean i am coming to australia to study software development can u help me like ehich has more scope in australia web dev or android development

  • @pranitmane
    @pranitmane Рік тому

    You Rock!! thanks..

  • @calebsuh
    @calebsuh Рік тому

    Thanks for your tutorial Adrian!
    One question: could a function be a GPT call itself?

    • @AIonRails
      @AIonRails Рік тому

      Why not, just create new call. Or you mean can we define function that can call chat gpt without your backend?

  • @MrTalhakamran2006
    @MrTalhakamran2006 8 місяців тому +1

    this is so confusing
    where have we defined which weather api to use?

  • @bhaveshgavali1598
    @bhaveshgavali1598 Рік тому

    Is this what we call openapi ??

  • @brienaustinclayton
    @brienaustinclayton Рік тому

    I hadn't used the API yet , but i am getting the error message as a API response that message: 'You exceeded your current quota, please check your plan and billing details.',
    type: 'insufficient_quota',
    param: null,
    code: 'insufficient_quota'
    How to fix this

    • @AdrianTwarog
      @AdrianTwarog  Рік тому +1

      You may have used up the free tier usage, and need to add credit to your api account!

  • @slashbrackets3397
    @slashbrackets3397 Рік тому

    What I don't get is if I want the weather I can just ask chatgpt, why all the extra code? I mean what are the applications of this complexity?

    • @AIonRails
      @AIonRails Рік тому

      ChatGPT under the hood doing the same. When new model are announced, they present date till they know. ChatGPT didn't know what the weather or time it is. So in UI they just handle the same processes

  • @urbaninja1181
    @urbaninja1181 Рік тому +8

    just an advice for u ,- zooming in and out periodically on ur screen makes learning experience much stressful

  • @techliv753
    @techliv753 Рік тому +3

    Make Full stack saas project with membership

  • @zenglingyuan6439
    @zenglingyuan6439 6 місяців тому +1

    So the function is actually called in our backend server🤯

  • @aliveandwellinisrael2507
    @aliveandwellinisrael2507 Рік тому

    6:13 lol, their example has a typo on line 56

  • @mrslake7096
    @mrslake7096 11 місяців тому

    Thanks

  • @munzernaim6778
    @munzernaim6778 Рік тому +1

    It seems like some of these function names have changed or something. the chat completions function call name is completely different now
    edit: Ah, I see that you are using version 3.3

    • @AIonRails
      @AIonRails Рік тому

      Also looking for updated tutorial, but anyway this video one of the best explainer in UA-cam

  • @namesare4fools
    @namesare4fools Рік тому +1

    please make step by step tutorial on pg-vector or pg embedding using neon

  • @FTC-t4u
    @FTC-t4u Місяць тому

    I mean i dont want to criticize the efforts since I understand but when products and services are not up to the mark .,?

  • @HamedAbdollahpour
    @HamedAbdollahpour Рік тому

    And just like that they double request/token counts for getting information from them. We need to pay more now!

  • @ginocote
    @ginocote Рік тому

    You do not have to scap weather. There's a lot of free wheater API out there.
    To call a function, we have to know if the user is asking or talking about the weather.

  • @dclxviclan
    @dclxviclan Рік тому

    Cooo 🎉

  • @WhyAreYouFindingMe
    @WhyAreYouFindingMe Рік тому

    2rd Person Here!

  • @jkc467
    @jkc467 9 місяців тому

    play Kirby return will
    Kirby is the best❤😂

  • @andredejager3637
    @andredejager3637 Рік тому +2

    Wtf just happened 😂

  • @sealandland3959
    @sealandland3959 11 місяців тому

    How dare you do this in JS.... 😭😭😭😭😭😭😭 I though it would be in Python...

    • @adrienkwong
      @adrienkwong 9 місяців тому

      I was gonna say the exact opposite. Thanks so much for doing it in JS 😂. Very helpful for folks like me who prefers Next.js serverless to handle backend too🎉

  • @SogMosee
    @SogMosee Рік тому

    Good shit bud