Use OpenAI's ChatGPT in Python

preview_player
Показать описание
Today we learn how to use OpenAI's ChatGPT in Python.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

🌐 Social Media & Contact 🌐

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

2 years ago, i started learning python through your channel... Now i was searching for tutorials of chatgpt api with but was finding it hard to follow anyone. But is was really easy ans nostalgic for me because of your video. Good luck bro!

IzUrBoiKK
Автор

Coming as a C/C++/Java dev, learning Python from you is super helpful. I recognize every modality of my known languages, and seeing it in Python is just so nice to learn alongside. Many thanks!

veroverobrian
Автор

Love your videos. Btw, strip() also remove \n chars so you don't need a separate step.

tahlmilburn
Автор

Short, easy and well explained, congratulations for this video.

ricardo.alves.campos
Автор

100 like is mine) thanks man for the helpful video.

rrahll
Автор

Thank you very much.Great content as always.

bloodywolftr
Автор

what the f i didnt even use the api before its on new gmail account it says i hae exceeded the limit of useasge

BLACKDREAMIO
Автор

Very nice Demo, I wanted to optimize oracle query, could you please suggest some good ideas to do so.

ishratalikhan
Автор

Thanks brother, true OG, watched many of your vids

giacomoferrari
Автор

Imagine creating code with chatgpt integrated in the program that could check and trouble shout problems with code that you asked it to create for more refined and better performance, what if it could even come up with program ideas to fix a problem then develop it and even install it onto sum thing like a raspberry pie???? this is an exiting age indeed

benjialexander
Автор

You can remove a few lines of code for the final example with the walrus operator (i love it): "while (user_message := input()) != 'quit':"

Dnarchy
Автор

What do you think of the future of the Ai? Do you think it will take over the programmes world or not?
And is it worth spending time to learn coding ?

farzinkhaledi
Автор

Informational video as usaul. What is name of intro music?

sushantpawar
Автор

As this example shows It’s too slow to use it for e.g. speech to text conversion

gergohorvath
Автор

hello pls reply. how do i give the bot a personality like for example i want it to talk like sherlock holmes

aduesh
Автор

Man, this video was awesome thank you!

MateusMeurer
Автор

I'm waiting for it . Thx brother ❤❤

farabihbk
Автор

Do we have to subscribe to chat gpt plus, to access gpt turbo 3.5?

akhiluniyal
Автор

Thanks! I always receive the error message that I exceeded my current quota. I'm sure I didn't. I have just created a new key and have not asked any questions since. Is anybody also experiencing this issue?

dmk_weaver
Автор

the code in this video doesn't work with the new version of the python openai library :( the new version changed basically everything shown in this video

scotthjackson