Getting started with the NEW OpenAI ChatGPT API (gpt-3.5-turbo)

Tinkering with Deep Learning & AI

This video tutorial walks through how to get started with the new OpenAI ChatGPT (gpt-3.5-turbo) API. It starts out in Jupyter Notebooks with simple step-by-step examples and then ends with a prototype chatbot Flask web app powered by the new ChatGPT model running in Microsoft Visual Studio.

The video is beginner friendly, and all source code is available on GitHub:
https://github.com/OpsConfig/OpenAI_Lab/tree/main/chatgpt

Official OpenAI docs:
https://platform.openai.com/docs/guides/chat

OpenAI announcement:
https://openai.com/blog/introducing-chatgpt-and-whisper-apis

This is the precursor model to GPT-4 which OpenAI just announced on 3/14:
https://openai.com/product/gpt-4

0:00 Intro
0:30 Updating to the latest version of the OpenAI library
1:00 Launch Jupyter Notebooks
1:14 OpenAI docs example code
2:48 Interactive code example
7:48 Flask web app chatbot