ChatGPT API in Python



ChatGPT API in Python

ChatGPT API in Python

Exploring the ChatGPT (GPT3.5) API from OpenAI and building some simple chat applications with it.

Github code: https://github.com/Sentdex/ChatGPT-API-Basics

Neural Networks from Scratch book: https://nnfs.io
Channel membership: https://www.youtube.com/channel/UCfzlCWGWYyIQ0aLC5w48gBQ/join
Discord: https://discord.gg/sentdex
Reddit: https://www.reddit.com/r/sentdex/
Support the content: https://pythonprogramming.net/support-donate/
Twitter: https://twitter.com/sentdex
Instagram: https://instagram.com/sentdex
Facebook: https://www.facebook.com/pythonprogramming.net/
Twitch: https://www.twitch.tv/sentdex

Contents:
0:00 – Why use the ChatGPT API
2:10 – How to query the ChatGPT API
7:45 – History and dynamic input w/ ChatGPT API
15:30 – Comining everything so far
18:25 – Building a Gradio chat application with ChatGPT

Comments are closed.