Set up OpenAI & understand how it’s used throughout the app
lib/services/openai/*
you’ll find, for each model, the different functions used to make an API call to OpenAI.
This makes it easy to call the AI models from anywhere in our app. For example, you can call GPT directly from anywhere in your app using this logic:
uuid
to the end-user, which is handled by the frontend to fetch & display the response from Supabase.