How to deloy a chatbot based on OpenAI Assistant

SH 0 Reputation points
2025-01-11T17:48:01.5766667+00:00

I tried Assistant playground which is quite amazing to have both file search and code interpreter capability. However I cannot find convenient way to deploy it as a chatbot, unlike what you can do on chat playground.

Any tutorial to quickly deploy a chatbot based on the assistant which is already set up in playground?

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

1 answer

Sort by: Most helpful
  1. Saideep Anchuri 9,540 Reputation points Moderator
    2025-01-12T10:30:16.15+00:00

    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:

    1. In the Azure AI Foundry portal, select your existing deployment from the Deployments dropdown.
    2. From the Assistant setup drop-down, choose "New assistant" to create a new assistant based on your existing setup.
    3. 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.
    4. 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.
    5. If your chatbot requires code execution capabilities, ensure that the code interpreter is enabled.
    6. 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.

    0 comments No comments

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.