HI SH
Welcome to Microsoft Q&A Forum, thank you for posting your query here!
I understand that you are encountering an issue, steps to deploy a chatbot based on OpenAI Assistant:
- In the Azure AI Foundry portal, select your existing deployment from the Deployments dropdown.
- From the Assistant setup drop-down, choose "New assistant" to create a new assistant based on your existing setup.
- Provide a name for your assistant and enter instructions that define its behavior. For example, you might instruct it to assist users with specific tasks or answer questions.
- Choose the model deployment you want to use with your assistant. It's recommended to use one of the latest GPT models for better performance.
- If your chatbot requires code execution capabilities, ensure that the code interpreter is enabled.
- Save your assistant configuration and test it by entering questions or commands to see how it responds.
Kindly refer below documentation: deploy-chat-web-app
Front end of webapp can be customized by following instruction in this github repo -sample-ap
Thank You.