Personalized Chatgpt in context of different user roles?

SB5416 0 Reputation points
2023-10-05T13:01:05.21+00:00

Hi All,

we need to create a custom front end for the Azure Open AI ChatGPT instance. This would involve logging, being able to switch between different ChatGPT instances on the network, and being designed so that we can customize it as we go.

When a user with a different role log in, they should be able to get chatbot (context specific) responses based on a specific role.

Pls guide on this. thanks in advance

Best,

Sb.

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
4,092 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Pramod Valavala 20,656 Reputation points Microsoft Employee Moderator
    2023-10-05T14:27:12.7766667+00:00

    @SB5416 The Azure OpenAI on your data official doc would be your one stop shop to start building what you are looking for.

    You wouldn't really need separate instances of OpenAI as such since the context coming from Azure Cognitive Search (which provides semantic search) has document-level access control built-in, allowing users access to context only specific to them or their role.

    With Power Virtual Agents, you can quickly get a teams bot up and running with little effort.

    But if you specifically require a custom web app, the sample web app mentioned in the doc would be the perfect starter to build your own. It comes with the following functionality you could use directly or use as reference for your own implementation


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.