like pls! (if it was usefull) :p
git repo with the code: https://github.com/leonardogrig/assis...
00:00 - Intro
00:07 - Overview
01:53 - Imports
03:25 - User input
03:45 - (yes) condition to use past data
04:12 - (no) condition to create assistant,thread and run
04:20 - Creating the assistant
05:14 - Creating the thread
05:58 - Loop start
06:12 - Get user question input
06:15 - Adding messages to the thread
07:23 - Create "run"
07:38 - Save the assistant, thread and run to json
07:57 - Retrieve run info
08:37 - Finding the steps (code)
09:10 - Print messages
09:30 - Print code from code interpreter
10:00 - Testing