How To Build Your Own AI With ChatGPT API

preview_player
Показать описание
ChatGPT is amazing in what it can do, but what if you could leverage that power for your own sites. Well with the ChatGPT API you can do exactly that. In this video I show you just how easy it is to implement AI chat features in your very own application.

📚 Materials/References:

🌎 Find Me Here:

⏱️ Timestamps:

00:00 - Introduction
00:35 - API Sign Up
01:44 - Project Setup
03:25 - Implementing ChatGPT
06:50 - Adding User Input

#ChatGPT #WDS #AI
Рекомендации по теме
Комментарии
Автор

Thanks for this simple guide on how to access the chatgpt api. You can ignore other commenters complaining. It's a good video and the title is fine.

NubeBuster
Автор

Thanks Kyle -- This was just what I needed to take the first few steps to doing something useful with ChatGPT

kenirwin
Автор

To make it remember previous messages, just save every input and output and place it inside the message array, being sure to separate your messages with "user" role, and the ChatGpt answers with "assistant" role. That's it guys

StefanoV
Автор

Short, sharp and to the point as always. Great video.

toskr-rt
Автор

dude, this is amazing. thank you. i was looking for something like this for hours

isaiahkain
Автор

Short and Precise thanks as always Kyle.

samuraitechnologies
Автор

Thank you Kyle, you always make stuff so much easier to understand❤

yuting
Автор

Thanks for this video! I was able to get a quick bot up and running, with a continuous conversation! This was the perfect starting point I needed.

bigbandzjosh
Автор

I dunno how i finded you, you deserve more visits.. ill be tuning !! subscribed

cvstudio
Автор

Very helpful, I modified this a bit to allow for adding multiple lines of text for the input and submitted the request only when pressing enter 2x. Thanks for sharing!!

datpspguy
Автор

Awesome: thanks Kyle! So instead of fearing being replaced, we'll have an edge and we'll be able to use our programming skills to use this AI in a way that regulars users who can't program can't do. Happy coding AIs :D

jsricochet
Автор

thanks kyle, i was looking for something on open ai you explained so well loved it

nilpatil
Автор

This is the essential tutorial on setting up your first basic ChatGPT bot.

brodendangio
Автор

Brilliant video. Gets you up and running in time!

SnappyScience
Автор

Very important question that I was waiting for the whole video: How can I train my own chatbot on my own data, so that the chatbot will answer with knowledge of a lot of context? And how much data can I put in this message array? Because with ChatGPT-3, if you give it even a small amount of information, it may not remember what we started with and give inaccurate responses.

asivak
Автор

I love jackson guitars! great video too!

uulecrocodile
Автор

Great intro video to using chatgpt's api. Thank you!

NicoleCodes-mzup
Автор

Thanks, this is a great guide to start building an AI project

tabooization
Автор

Thats great.Thanks for sharing useful information

ranamuzamal
Автор

I love your channel Kyle. This video felt a bit lacking though. I would love to see a video showcasing the API being implemented for some kind of basic real-world use case. An example of how to use the Fine-tuning or Embeddings API and feed training data in to tailor the bot to the specific use case would be fantastic.

neilmerchant