Modifying the app deployed on Azure OpenAI Chat Playground

johananmahendran 120 Reputation points
2023-07-22T05:14:12.1566667+00:00

Hi,

The Azure OpenAI Chat Playground allows me to set up a chat bot using enterprise data via Cognitive Search. The Chat Playground allows my clients to set up their own chat bots easily with no programming experience.

However, I would like to modify the front end of the app to give additional features.

I am aware of the Azure Samples implementation, but this requires using the CLI which my clients are not familiar with.

I'm still new to using Microsoft Azure and I would prefer not to "reinvent the wheel" if I don't need to.

Is there a way to change the front end of the app?

Thank you.

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
4,080 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,930 questions
{count} votes

1 answer

Sort by: Most helpful
  1. AshokPeddakotla-MSFT 35,971 Reputation points Moderator
    2023-07-24T12:29:40.5666667+00:00

    johananmahendran

    However, I would like to modify the front end of the app to give additional features. Is there a way to change the front end of the app?

    Are you asking if you can modify the front end of the Azure OpenAI Chat Playground?

    I am aware of the Azure Samples implementation, but this requires using the CLI which my clients are not familiar with.

    Are you referring to this sample? You can customize your published web app in the Azure portal. The source code for the published web app is available on GitHub, where you can find information on changing the app frontend, as well as instructions for building and deploying the app.

    See FAQs How can I customize my published web app for more details.

    If you are looking to build a custom chatbot application, there are several options available to you in Azure. One option is to use the Azure Bot Framework, which allows you to build, test, and deploy intelligent bots that interact naturally with your users on a variety of platforms. Another option is to use the Azure Communication Services Chat SDK, which provides a set of client libraries and REST APIs that enable you to build chat applications that can be integrated with your own custom bots.

    Do let me know if that helps or have any further queries.

    1 person found this answer helpful.
    0 comments No comments

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.