ChatGPI API in Python ✨ How to Build a Custom AI Chat App

Опубликовано: 04 Октябрь 2024
на канале: pixegami
4,301
110

Want to learn how to use the ChatGPT API in Python?

In this video, you'll learn how to build a ChatGPT terminal client in Python and use the ChatGPT API to add functionality to your app.

👉 Learn how to use the ChatGPT API in Python
👉 Store chat history to support conversations with ChatGPT
👉 Modify AI personality and responses

🔗 Code: https://github.com/pixegami/gpt-shell
🔗 OpenAI API: https://platform.openai.com/
🔗 Generate Pokemon Cards with AI/Python:    • Build an AI Pokemon Generator with Py...  

📚 Chapters

00:00 - 00:48: Introduction
00:48 - 03:32: Project Overview
03:32 - 06:27: ChatGPT API Documentation
06:27 - 19:27: Project Code
19:27 - 20:53 Customize ChatGPT with System Roles
20:53 - 22:20: Example Real Estate AI
22:20 - 25:02: Create an Alias For The Script
25:02 - 25:28: Wrapping Up