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.