Advanced ChatGPT Guide - How to build your own Chat GPT Site

preview_player
Показать описание
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 ⭐
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
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

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

2. ChatGPT Tutorial for Beginners

3. How to use ChatGPT

#chatgpt #ai #openai

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

🐞 Solution of the bug "Cannot GET / " (at 23:11, 23min11s): do not run the command "node index.js", but instead run the command "npm start" (then say "y" when prompted).
Worked for me.
You may need to "run npm build" before this.

Alternative solution to "npm start" is "serve -s build"

MrTobi
Автор

I'd love to see more advanced OpenAI videos. It hard to find advanced content, and yours is excellent. Thank you!

murraymacdonald
Автор

I would love to see how I could "fine tune" the models in a way that it could be fed say the instruction manual for a software package so it could answer questions, or teach it a private API so that it can write code using those API calls.

turboltr
Автор

Adrian - ONE Big Case Study Tutorial should be done -> Something where someone without any knowledge will be able to finish with ready site with AI included. I would pay $100 for this easily.

blackghost_
Автор

Thank you so much Adrian for creating the ChatGPT tutorial! It was extremely helpful and I learned so much from it. I would love to see more advanced OpenAI product tutorials from you in the future. Keep up the great work! 👍

SmisoM
Автор

Incredible video. You went through literally everything I wanted to know about their GPT model starting from the simple things to how to actually use it. <3

nacs
Автор

This is not really "how to build your own", but "how to integrate and use OpenAI in your application"
Really nice idea and can be used for many companies, but not really what I was searching for, as my objective was to study AI and how GPT works with great details.
I was expecting something more like "Here's how to build your own kernel" and a video of Linus explaining the kernel of Linux.

feliponshot
Автор

I just bought the OpenAI Template - thanks to Adrian for putting this together and the rest of you ladies and guys who are here: If you are interested in bootstrapping yourself into consumerizing AI products - drop the money and buy the template. There is a certain rawness and realness to being an early adopter of new technologies that the Pepsi Generations that emerge later will be cut out of. Over the next couple of years, "proper" ways of using AI will emerge and the hacker ethic will no longer be in play. (Pepsi Generation is a derogatory term for people who can only use prepared, plastic-wrapped gadgets. Not breadboard prototypes by themselves.).

PeterSigurdson
Автор

Thank you for this video, you re-ignited my past work in linux. Downloading

renesysval
Автор

It looks like Chat GPT videos are working REALLY well these days. Thumbs up buddy.

TheCodeholic
Автор

Videos like these keep my love for the internet alive. <3
Thank you!

thedevo
Автор

Thank you!! what a steal on the template, fyi for anyone seeing this now its on sale for $99 definitely worth it.

elias.effects
Автор

THE GUIDE IS ON SALE RIGHT NOW. Literally couldn't not buy it after seeing how steep the discount is. Even if I can't fully understand the code, this video makes me want to learn beyond printing hello world in python ^_^"

matthewwalewangko
Автор

Best OpenAI videos I've seen and I really appreciate your effort put into sharing this.

geekazoid
Автор

Hi Adrian, it's good to know that at least one Adrian out there is on the cutting edge of AI tech! Love your videos and I have been following both you and Simon Hoiberg to learn coding and tech concepts. With respect, I hope you will not mind me sharing with you that the 'babbage' model is named after the polymath Charles Babbage, and his name rhymes with cabbage. I am looking forward to learning more from you, and I am so impressed with your ability to create a derivative app based on Chat GPT in 100 hours. Mind blowing!

AdrianMark
Автор

My prompt engineering: step 1) make a prompt
2) "find issues with the generated result"
3) "solve the issues, incorporate it into existing result, print new result"
4) go to 2)

SmartK
Автор

I watched your SaaS build and this is equally as amazing. Cheers man. Please keep releasing more OpenAI template Kits and i'll keep buying. one thing i want to add in is the wysiwyg editor that i noticed was in your last one combined with the prompt field. "AMAZING" one thing i'm wanting to create is a full suite of tools that can produce Procurement Plans, Request for Proposals and Evaluation documentation. i think what you've got here is kind of that foundation.

blocksystems
Автор

I'm not too tech-savvy so part 1 and 2 was what I came for and these was very helpful easy to understand. Thank you!

freethinker
Автор

First time in ages I've watched a video on youtube that is 30min+. Great work. Thank you.

marc-alexandrecartiant
Автор

Thank you very much. I will now put this on my resume as a project that I did.

AbdurRahman-mvvz