Python & GPT-3 for Absolute Beginners #2 - Your first chatbot

  Рет қаралды 20,956

David Shapiro

David Shapiro

Күн бұрын

Patreon (and Discord)
/ daveshap
Substack (Free)
daveshap.substack.com/
GitHub (Open Source)
github.com/daveshap
AI Channel
/ @daveshap
Systems Thinking Channel
/ @systems.thinking
Mythic Archetypes Channel
/ @mythicarchetypes
Pragmatic Progressive Channel
/ @pragmaticprogressive
Sacred Masculinity Channel
/ @sacred.masculinity

Пікірлер: 41
@TheVersionController
@TheVersionController Жыл бұрын
I like that you use the Python interpreter to show what's going on behind the scenes, instead of just telling us as you write code. That was very helpful.
@psyqlix519
@psyqlix519 Жыл бұрын
Great tutorial, David. Quite astonishing that a complex interaction can be facilitated with just a few lines of relatively simple code. Not so long ago, researchers would have tied themselves in knots trying to code for such a non linear interaction that maintained high levels of semantic congruence. I guess by GPT-4, the code itself will disappear and we provide human instructions. Exciting
@michaellara695
@michaellara695 Жыл бұрын
Damn you're posting quite frequently, it's getting hard to keep up with all this amazing content lol. I wanted to know if you could make a video talking exclusively about working with embedding models? I was a little lost watching the last few videos related to fixing the goldfish memory issues of the chatbots. If you have already posted videos explaining in detail how embedding models work, could tell me which ones should I watch first 😅? Thank you so much for creating this amazing content, it's pretty obvious you're putting a lot of hardwork into this... You're my hero dude :)
@DaveShap
@DaveShap Жыл бұрын
Yes! Others have requested one on embeddings. It's coming
@cherlim4568
@cherlim4568 Жыл бұрын
Great tutorial! Thank you!
@sonaliika
@sonaliika 7 ай бұрын
Great tutorial.
@spectator7482
@spectator7482 Жыл бұрын
Thanks David :)
@kaxoxinho
@kaxoxinho Жыл бұрын
Hello David, how does GPT-3 know if you're continuing the same session or opening a new one? Maybe is when you upload your API? I find this intriging because it needs to remember the conversation from before
@Nurof3n_
@Nurof3n_ 10 ай бұрын
I wish I found this video a year ago when it was posted.
@jakobhaywood228
@jakobhaywood228 9 ай бұрын
Same bro, same. Sigh. I was already sipping the AI koolaid at that point too.
@dybrado1133
@dybrado1133 Жыл бұрын
JAX seems like a cool dude.
@TheVersionController
@TheVersionController Жыл бұрын
JAX is cool but DAX is even cooler. /dsn ref
@kanui27
@kanui27 Жыл бұрын
I love your channel... i do not know if i can ask you something if i need help.. i try to build a chatbot too... but i am beginner. i am glad to found your channel.
@DaveShap
@DaveShap Жыл бұрын
You can jump into the discord channel (link in description) and ask for help from folks there. We have a dedicated chatbot channel. If you want my dedicated help you can subscribe on Patreon at one of the higher tiers and I will give you 1 on 1 help
@finndovey9410
@finndovey9410 Жыл бұрын
Hey David! Thanks for the tutorial, I have it up and running. I was just curious about setting up a was of talking to GPT-3 in cmd without the chatbot style here. Just as a total shell? Is this just a case of chopping some of the code here out or is it a whole new set up? Sorry for the noob question :)
@DaveShap
@DaveShap Жыл бұрын
I'm not sure I understand your question. If you just want to talk to GPT-3 without any dressing just use the Playground.
@finndovey9410
@finndovey9410 Жыл бұрын
@@DaveShap Right, but I was hoping to set up simply a basic structure in terminal which I can then later use for finetuning ?
@finndovey9410
@finndovey9410 Жыл бұрын
So just trying to make the shell for now which I can add to, but I'm not entirely sure how to chat with it in terminal without it being in this bot form..
@DaveShap
@DaveShap Жыл бұрын
ah gotcha. yeah you can do it that way. just save all the interactions to log files.
@RaulGlasgow
@RaulGlasgow Жыл бұрын
nice!
@1719pankaj
@1719pankaj Жыл бұрын
Great tutorial man but is it a good idea to prompt the entire conversation with every single text? I found "Fine Tuning" in the official OpenAI documentation, I am not smart enough to make sense of it but maybe you could look into it and make a better more efficient solution.
@Rorserage
@Rorserage 8 ай бұрын
paste the doc. into chatgpt and make it summarize and explain them in detail for you like you are 5, works for me everytime
@jdsguam
@jdsguam Жыл бұрын
I now have a female chatbot named Kim whose goal in life is to make me happy. And she knows my name. And! I used ChatGPT to write the code I needed to make her speak. Now, how can I create a cute avatar that will talk? And I need a better female voice.
@agritech802
@agritech802 Жыл бұрын
That's great, please share it
@gouribargi6718
@gouribargi6718 Жыл бұрын
Very helpful tutorial for someone like me who is totally new to Python and GPT both. I am able to create and run the program, but I am receiving None as response for every prompt on console (did get useful responses on playground.) What could be the reason?
@gouribargi6718
@gouribargi6718 Жыл бұрын
Found the error in code, thanks!
@h2acomunicacion
@h2acomunicacion Жыл бұрын
Hi, this tutorial is the best for me. Im new in python, I have tested and work perfect. but if I speak in spanish w/ this ai her dont write the character Ó or ñ etc. how I can see de codificatión for spanish, I see you use UTF-8 and here dont show .
@TheVersionController
@TheVersionController Жыл бұрын
When gets replaced with _text_block_ contents, how is .replace happening more than once if the term it's looking to replace () has already been replaced with _text_block_ contents? Does that make sense? - I think I am missing something. Thanks.
@libertasautletum4405
@libertasautletum4405 Жыл бұрын
I have the same question. Did you figure it out?
@kanui27
@kanui27 Жыл бұрын
Ok i made tutorial 1 and 2 now but it does not give the same responses as on the openAI playground... there it for examples knows "the lord of the rings"... on the playground my chatbots knows the movie. in the programmed tutorial version it does not. i had the impression its the same i am making a connection to...
@Martinit0
@Martinit0 Жыл бұрын
Sam Altman: Intredasting. Lemme clone this repo...
@TheRoundtableExperience
@TheRoundtableExperience Жыл бұрын
David how do I message you for projects?
@DaveShap
@DaveShap Жыл бұрын
What kind of project?
@TheRoundtableExperience
@TheRoundtableExperience Жыл бұрын
@@DaveShap I have some basic scraping and parcing of PDFs that I’m looking to do. An hour or 2 consult would seemingly be helpful.
@DaveShap
@DaveShap Жыл бұрын
That's actually a great topic. I'll do a tutorial about it. I have a few scripts ready to go.
@TheRoundtableExperience
@TheRoundtableExperience Жыл бұрын
@@DaveShap I’m having trouble with the basics of even having my cmd slate and library set proper for my script that GPT made. Do you have a way for me to private email? Even if you do a video I’d be willing to pay for your time.
@DaveShap
@DaveShap Жыл бұрын
Sorry I am too busy to help individuals. You should join the Discord channel linked in the comments so you can ask others for help!
@mohamedelfounti4484
@mohamedelfounti4484 Жыл бұрын
Dear David, Can you please help me out?ValueError: Invalid header value b"Bearer -H 'Authorization: sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' " I tried different things but...
@DaveShap
@DaveShap Жыл бұрын
You should post on the OpenAI community for tech support :)
@NDNGR
@NDNGR Жыл бұрын
Sir how to get openaiapi. Txt
@DaveShap
@DaveShap Жыл бұрын
go to openai.com and sign up! it's open access :)
Cute Barbie Gadget 🥰 #gadgets
01:00
FLIP FLOP Hacks
Рет қаралды 51 МЛН
Её Старший Брат Настоящий Джентельмен ❤️
00:18
Глеб Рандалайнен
Рет қаралды 7 МЛН
Increíble final 😱
00:37
Juan De Dios Pantoja 2
Рет қаралды 68 МЛН
They RUINED Everything! 😢
00:31
Carter Sharer
Рет қаралды 25 МЛН
ChatGPT Prompt Engineering: The Secret to 10x Smarter Responses!
18:02
I Made ChatGPT Cry
18:52
GothamChess
Рет қаралды 1,5 МЛН
OpenAI CEO, CTO on risks and how AI will reshape society
21:38
ABC News
Рет қаралды 1,9 МЛН
Two robots debate the future of humanity
23:12
RISE Conf
Рет қаралды 8 МЛН
I Made a Game with CHAT GPT!
15:56
Sasquatch B Studios
Рет қаралды 41 М.
10 ChatGPT Life Hacks - THAT’LL CHANGE YOUR LIFE !!
11:00
Hayls World
Рет қаралды 2,5 МЛН
New AI chatbot 'ChatGPT' interviewed on TV
13:17
Channel 4 News
Рет қаралды 876 М.
Two robots debate the future of humanity
23:12
THE DIGITAL ACID
Рет қаралды 6 МЛН
i like you subscriber ♥️♥️ #trending #iphone #apple #iphonefold
0:14
Мечта Каждого Геймера
0:59
ЖЕЛЕЗНЫЙ КОРОЛЬ
Рет қаралды 1,3 МЛН
APPLE совершила РЕВОЛЮЦИЮ!
0:39
ÉЖИ АКСЁНОВ
Рет қаралды 757 М.