AI assistant using OpenAI API

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?

3 Likes

There is multiple ways to achieve this! What I would recommend is to use a 3rd party app like OpenAssistantGPT it can help you to create an assistant and add it to your website.

You can always code it yourself with the OpenAI SDK