OpenAI Assistant API Tutorial

preview_player
Показать описание
In this video you will learn the about the Assistant API by OpenAI. You will learn about the basic concepts in theory before we gonna walk through a notebook with basic usage and Function calling.

Timestamps
0:00 Intro
0:57 Assistant & Thread setup
4:31 Messages & Runs
7:50 Function calling
Рекомендации по теме
Комментарии
Автор

Thank you for this video! For now, I think tools have replaced Function calling. There are 2 tools introduced code interpreter and file retriever. In future, they will introduce more tools i guess. What do you think is the difference between langchain agents and assistant APIs?

saurabhjain
Автор

Thank you for the content! Let me enjoy the oportunity to ask you about the Warning of the news OpenAI embeddings models, "Using cl100k_base encoding" Do you know how to pass this encoding model as parameter to eliminate this warning? I already tried to pass the parameter 'tiktoken_model_name' with 'cl100k_base', but doesnt worked.

matheussa