Learn the ChatGPT API (GPT-3)

Поділитися
Вставка
  • Опубліковано 11 лип 2024
  • In this video you'll learn everything you need to know, to get started with the ChatGPT API (GPT-3).
    Including, how to get an API key, how to use the API and create a React website that uses the API.
    If you found this video helpful,
    please give it a like 👍 and subscribe 📨 for more.
    🐦 Follow me on Twitter
    / 0xandriy
    ⏰ Timestamps
    0:00 Intro - What is ChatGPT and GPT-3?
    1:14 Getting an API key
    1:32 Creating an API call
    3:53 Understanding the API response
    4:22 How to make a good website with the API
    5:18 Understanding answer length and tokens
    6:22 Outro
    📎 Helpful links
    GPT-3 API: openai.com/api/
    API key page: beta.openai.com/account/api-keys
    Documentation: beta.openai.com/docs/introduc...
    Libraries: beta.openai.com/docs/librarie...
    🎵 Where I get my music from
    Epidemic Sound: www.epidemicsound.com/referra...
    🤝 Services I use
    NordVPN - go.nordvpn.net/SH4vc
    🎥 My gear
    Monitor - Dell S3423DWC 34
    amzn.to/3XcAXuR
    Headphones - AKG K240 Studio
    amzn.to/3J7vAZJ
    Earbuds - Jabra Elite 4 Active
    amzn.to/3Hm4k8M
    Mic - HyperX SoloCast
    amzn.to/3QLS6tg
    Keyboard - Apple Magic Keyboard
    amzn.to/3GDz9UO
    Trackpad - Apple Magic Trackpad
    amzn.to/3CQAq9P
    Camera - Sony a6400
    amzn.to/3w4d7Wf
    Lens 1 - Sony 16-50mm f/3.5-5.6
    amzn.to/3iDSk99
    Lens 2 - Sony - FE 50mm F1.8 Standard Lens
    amzn.to/3GHFheU
    Lens 3 - Samyang SY12M-E-BK 12mm F2.0
    amzn.to/3WclDgM
    📬 Inquiries (Collabs, Sponsorships etc.)
    frontstartdev@gmail.com

КОМЕНТАРІ • 11

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

    Very informative!

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

    Great tutorial, really liked how you did edit the video. Subscribed.

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

    Very useful. ChatGPT is awesome. I have been using it as a replacement for google for past few months. For development it really helps a lot. By the way could you tell what tools are you using for making youtube videos?

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

    Man the opening line 😂. I think I should take a look on chat gpt...

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

    If you enjoyed the video, please give it a like and subscribe for more.
    What topic should I do next?

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

    will the api key be visible if we deploy the code ?

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

      That depends. If you set it up like shown in the video, yes the API will be visible. If you want to deploy it and make it public you have to setup an own API by creating a backend by hand or using Next.js for example (where it can automatically hide environment variables)

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

    All of these videos are kind of clickbait as the model they use is GPT 3.5 and not the actually ChatGPT, ik it is built on top of it but it is still specifically trained to conversate, ChatGPT doesn't have a API yet. but ig davinci is a good one and is close to chatgpt

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

      Thanks for the clarification! I think it’s still okay, because people who want to use the API will more likely search for ChatGPT API.

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

    It possible to use it free ?!

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

      Yes, it’s free to a certain amount of use.