OpenAIs Assistants, what does it take to implement one?
I go through one example of an Assistant using Code Interpreter. This template can later easily be expanded to more complex Assistants using more tools. I do it in Python directly in a terminal window, or Console. I also look into the cost of running the Assistant, as well as checking the accuracy of the output of the report it generates.
In this example I chose to create the Assistant itself in the openAI webpage “Playground”. And then use that ID to run it from Python code. This code is using the OpenAI Assistants API.
It just shows how easy it is to build an AI Assistant with OpenAI.
00:00 Can we do it
00:40 What to do
01:10 Preparations needed
02:00 The Assistant
03:30 The Code
08:10 The Run
09:50 The Cost
10:30 The Correctness
12:15 More