Can anyone suggest me how to make an ai assistant using openai api for response generation. The main objective is to embed an ai assistant in my website, so that user’s get personalized responses based on their activity.
Now for admin’s perspective, admin can ask the ai assistant to perform certain tasks such as creating, delete, update, block user, information gathering etc.
I have built a basic chatbot which can assist the user based on their queries based on the knowledgebase data.
What I am expecting is an advanced version of this, basically tracking user’s actions getting tailored according to user actions.
For Admin panel, I need the AI assistant to be able to handle simple tasks like create, update, delete, block user’s (for now at least, the list might increase down the way in development process), and basic information gathering from url, pdf, csv, xlsx or web.
Any ideas how we can achieve this?