🗞️ Get exclusive access to AI resources and project ideas: https://the-data-entrepreneurs.kit.com/shaw
🧑🎓 Learn AI in 6 weeks by building it: https://maven.com/shaw-talebi/ai-builders-bootcamp
--
This is the 2nd video in a series on using Large Language Models (LLMs) in practice. Here I present a beginner-friendly introduction to the OpenAI Python API with example code.
▶️ Series Playlist: https://www.youtube.com/playlist?list=PLz-ep5RbHosU2hnz5ejezwaYpdMutMVB0
📰 Read more: https://towardsdatascience.com/cracking-open-the-openai-python-api-230e4cae7971?sk=b8da36097d9335fb28b396e67396a66b
💻 Example code: https://github.com/ShawhinT/YouTube-Blog/tree/main/LLMs/openai-api
OpenAI API: https://platform.openai.com/overview
--
Homepage: https://shawhintalebi.com/
Intro - 0:00
What's an API? - 0:52
OpenAI's Python API - 2:19
API Features & Models - 3:30
Tokens & Pricing - 5:48
Getting Started (4 Steps) - 7:42
Example Code: the basics - 11:00
Example Code: Lyric Completion Assistant - 18:14