Getting Started with the Assistants API: Academy
In this video tutorial, we'll walk through how to get started with OpenAI's Assistants API. As highlighted in the documentation:
An Assistant has instructions and can leverage models, tools, and knowledge to respond to user queries.
The Assistants API currently supports three types of tools: Code Interpreter, Retrieval, and Function calling.
This is the companion to the article below and includes a Colab notebook with relevant code and a video walkthrough.