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

preview_player
Показать описание

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

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.

mikehynz
Автор

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

psyqlix
Автор

I wish I found this video a year ago when it was posted.

Nurofn_
Автор

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

kaxoxinho
Автор

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...

kanui
Автор

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 :)

michaellara
Автор

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 .

hacomunicacion
Автор

When <<BLOCK>> gets replaced with _text_block_ contents, how is .replace happening more than once if the term it's looking to replace (<<BLOCK>>) has already been replaced with _text_block_ contents? Does that make sense? - I think I am missing something. Thanks.

mikehynz
Автор

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?

gouribargi
Автор

David how do I message you for projects?

TheRoundtableExperience
Автор

Dear David, Can you please help me out?ValueError: Invalid header value b"Bearer -H 'Authorization: I tried different things but...

mohamedelfounti
Автор

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 :)

finndovey
Автор

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.

pankaj
Автор

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.

kanui
Автор

Sam Altman: Intredasting. Lemme clone this repo...

Martinit