Adrian Twarog
Want to build your own ChatGPT or learn the advanced ways to use Chat GPT? This video will be a more advance tutorial about OpenAI and its AI models, how to do prompts, generate content, and finally build an application based on its API.
⭐ New – Teach Me OpenAI Digital Book ⭐
https://enhanceui.gumroad.com/l/teach-me-openai
I’ve put together a easy to understand book with ~60 pages about OpenAI and GPT with how to get started to integrate it into projects, code examples, and much more!
Try the OpenAI Template – Starter Kit I’ve made
https://enhanceui.gumroad.com/l/chatgpt-starter-template
This is new and ready for those looking to kickstart their own app or website using the OpenAI GPT models. I’ve built it on MERN it should save you over 100 hours if you want to build or test your own ideas! This also supports the channel if you have found these videos of benefit!
New – ChatGPT Starter Kit
https://enhanceui.gumroad.com/l/chatgpt-template-starter-kit
00:00 – Introduction
00:55 – OpenAI Template Starter Kit
01:40 – Part 1. Prompt Engineering for ChatGPT & AI
02:29 – Part 1. Examples of Chat GPT Prompts
03:58 – Part 1. OpenAI Playground and Promps
04:53 – Part 1. Example 1 AI Q&A Prompt
06:45 – Part 1. Example 2 AI Airport Prompt
08:00 – Part 1. Example 3 AI Code Prompt
09:42 – Part 2. OpenAI Models and Uses
10:35 – Part 2. GPT3 Models Davinci Curie etc
11:54 – Part 2. Coding Models Codex, Crushman
12:41 – Part 2. OpenAI API Pricing and Tokens
13:44 – Part 2. Comparing AI Model and Outputs
15:18 – Part 2. Prompt variables for Temp, Length etc
16:55 – Part 2. OpenAI Fine-tuned models
17:26 – Part 2. Summary and Recap
17:47 – Part 3. Technical Chat GPT Introduction
18:00 – Part 3. Dependencies (NodeJS, CRA, API Keys, etc)
18:50 – Part 3. Create React Application
19:30 – Part 3. Express Web API
21:09 – Part 3. Frontend React JS Component setup
22:46 – Part 3. Backend Express OpenAI API setup
26:10 – Part 3. Fetch data from Client to Server to API (OpenAI)
29:44 – Part 3. Intro to Advanced Uses API
30:10 – Part 3. Example 1: Advanced API ChatGPT like Chatbot
35:21 – Part 3. Example 2: Advanced Terminal Chat GPT bot
36:41 – Conclusion
This video focused on the more advanced and technical aspects of GPT3 and its models. If you want a more beginner video on ChatGPT, I’ve you can access the following ones below:
1. What is ChatGPT
https://youtu.be/40Kp_fa8vIw
2. ChatGPT Tutorial for Beginners
https://youtu.be/JTxsNm9IdYU
3. How to use ChatGPT
https://youtu.be/3aV5-q8vRz8
#chatgpt #ai #openai
Discord: https://www.editorx.com/editor-x/codex
can you just make a download ffs lol
OMG, this video is so helpful! I never knew about tokens and how they affect the pricing of AI models. It's crazy how different models produce different outputs and how the temperature can affect the AI's creativity. I can't wait to try out some of these models and see what they can do. Thanks for explaining it all so clearly!
bab-ij and adar … I winced each time I heard you mispronounce those famous computer scientist names!
So, author, where is the link in the description for fine-tuning?
Thanks for the excellent stuff.
it would be great if you can make a video on how i can create my own ChatGPT using my existing NLP Model?
Great Job Adrian Twarog! This is a remarkable and excellent ChatGPT tutorial and crash course! Your development expertise and ability to communicate and show and share your work and the development process is truly amazing! 😊 Do have an episode or tutorial for creating, publishing and selling Chrome Browser extensions plugins? Is this included in your starter kit?
I bought your course. You don't show how to deploy to a website.
I have ChatGPT working on my local machine no problem.
The minute I try to deploy it to the Web via digitalocean or pythonanywhere its a nightmare.
Can I have a refund your course is way too basic.
I have paid and downloaded everything and have seen this video like 300 times, I knew nothing and now I am so grateful. How can I deploy this ? And does the sign up stuff keep track of new users?
Hi Adrian, this is awesome, I'm getting your starter template, in fact, I was hoping I could ask a question or two in private if you could reach out to me, I've got this busines idea but I don't think I can handle the development and I was wondering if you could help develop it. I think this could be something and we could turn it to multi milion euro (or dollars) if we made it. It's in an automotive industry and it uses chatgpt to solve a massive problem.
Hope to hear from you soon.
Best regards, and keep up the good work.
Wojtek
thx the video! how can I public this for a UI that others can access not just run it locally?
I had ChatGPT help me write this. Some of the code wasn't working for me.
Thanks for the video. I'm a beginner. I wanted to ask you: once an API has been created, can it be inserted into a program like chat4all? Or do you have to configure the whole program to read the api?
EXPERT VIDEO PLEASE!
You mean "ado" not "adeau".
Hi Andrew! I wanted to know if you can make a video training a chatbot to explain some integration documents, for example. That would be awesome!
Dankie!
Hey there, I was watching your tutorial video and was really into it, but then I couldn't help but notice that tempting update button on your Chrome browser. It's like my brain has a one-track mind for anything shiny and new! But seriously, your tutorial is super helpful and informative, so I'm going to try my best to resist the urge to update and keep my focus on the video. Thanks for sharing your expertise with us!
Can ADA parse text to html format? Do you have sample models for it, please?
Structuring is great
Your starter pack how do I setup a domain to it and monetize it?
Thank You for this
Btw for this to work you should have a openai credit and if you are on the free trail of $18, that will expire in 3 months, even if you dont use all $18 worth of credit
Is there a way to guarantee that the user cannot access the api's file system?
Really appreciate this, Adrian!
Great video thanks Andrew! How would you approach trying use the result of a chat to then query a database, and include database output in the chat response? Aka, check to see if there is inventory available for a specific product, and how much.
Can you guide me how to do the similar stuff in python?
currently trying to create my own echo dot type thing that communicates to an at-home server using chatgpt.
I am getting the Cannot GET / error when using post, How to resolve this?
You explain very well. Nice! Talk less with your hands, please! 😉 Ok, I don't have to look, but it's difficult 😉
11:02 : You say .. davinci is the model, chatGPT is "probably" based on.
You can see exactly which model chatGPT is using when looking at the exported data of your chats.
I have no idea how to change it, but here it says (May 2023):
"metadata": {"message_type": null, "model_slug": "text-davinci-002-render-sha",
i recieve a message when i visited localhost : Cannot GET / . why? in this step 37:00
Hello @Adrian Twarog ,how can we provide fine-tuned-model to chatgpt chatbot in react node application?
How expensive is it to train aka fine tune a chatgpt to create a unique service?
My programmer says “it will cost thousands” to add large amounts of data. Does anyone have a rough idea what it would cost to add 10,000 pages of text?
Would this kind of AI be able to analyze prompts such as movie titles, characters or actions to make stories?
Please provide the source code of this webpage 🙏
Now it's needed to set up paid account to get to use the API. I´m always getting my card declined and I've checked everything. I've seen some people with the same issue but 0 solutions. Anyone here got an idea about why could this be happening? Or how to solve it? Thanks in advance. Super super helpful video!!!! Amazing.
Do you have a Guide/Manual or the Code you mention in your Promotion of this same thing but for – OpenAI GPT 4 ?
Great video, I have learned so much from the tutorial. I have a question on the 23:18 mark, you launch the frontend to port 3000 even though you changed it to port 3001. As I followed, When I launched node index.js, I got stuck with a CANNOT GET / error. Do you know any solutions?
this is not advance by any way
Great video! I did find it funny how well versed you are about this but didn’t seem to catch onto the naming scheme behind the models 😅. They’re all famous scientists eg Ada (pronounced ay-daa not ah-da) is Ada Lovelace. Amazing content still just a funny thing I noticed lol
There's something more advanced?
Whoa!!! Go back and give more details on the API you built. I'm interested but low on time. I'm on my phone. Don't want to go to the website to read the capabilities while I'm at work on a small break
$2k lol good luck selling it
Adrian Twaro. Thank you for the great video. I am thinking of buying OpenAI Template Starter Kit for ChatGPT / GPT3. Has there been any new releases of updates to the codebase recently?
I just want a casual Ai that doesnt sound like chatgpt, its starts to become more like google. When im asking things about techs or chems. Its just responding with something like you should consult a professional, its dangerous or not legal, bla bla. You're an ai with all knowledge so just give me my awnsers 😢