Share via

Customizing Messages in a Web Application

Jai-6363 245 Reputation points
2023-08-31T01:32:56.9533333+00:00

How can I create a sample web app that allows users to customize system messages and user messages, and test chats repeatedly? What's the best way to do this?

Foundry Tools
Foundry Tools

Formerly known as Azure AI Services or Azure Cognitive Services is a unified collection of prebuilt AI capabilities within the Microsoft Foundry platform

0 comments No comments

Answer accepted by question author

Ramr-msft 17,836 Reputation points
2023-08-31T09:31:56.14+00:00

Thanks for the question,You can use the gradio for web app deployment. https://github.com/leongj/gradio-examples

It is Python and very few lines of code, I suggest you use basic_qna to iterate on your system and user messages. You can run it locally with keys to the AOAI service.

Was this answer helpful?


0 additional answers

Sort by: Most helpful

Your answer

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