How to customize the Azure Open AI web App?

Jerald Felix 20 Reputation points
2024-05-17T15:56:08.7366667+00:00

Hello Friends,

I have deployed GPT-4 model and launched the app already. The default app comes with name Contoso I want to rename it and change the logo. Is there any step by step documentation. I found a github link https://github.com/microsoft/sample-app-aoai-chatGPT?tab=readme-ov-fileImage 17-05-24 at 9.10 PM

When I clicked the link, I saw a button "Deploy to Azure" it opens the below screen Image 17-05-24 at 9.21 PM

But I don't know what to do next. Kindly help me how to customize

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,392 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sina Salam 4,991 Reputation points
    2024-05-18T19:13:50.9266667+00:00

    Hi

    Thank you for reaching out.

    There are two questions.

    1. To change the logo and the name to customize.
    2. Next thing to do for your deployment.

    If you fork the link from the GitHub or download into your visual studio code. Navigate to the project folder and expand frontend folder, then expand public. You will see the favicon.ico that was the logo, if you click on view raw as shown you will be able to see the logo. Navigate to the path and replace.

    User's image

    Then, you will navigate to the index.html to rename the icon if there is a need as it shown below:

    User's image

    User's image

    Also, Check Asset folder in the Static Folder to perform necessary change and you will locate the code behind to change Contoso as a name.

    Lastly,

    When I clicked the link, I saw a button "Deploy to Azure" it opens the below screen

    According to the screen,

    In the resource group, select a resource group to publish or deploy to.

    Then, click on review + create. It shows you all the high-level configuration.

    Then, click create or deploy.

    Accept Answer

    I hope this is helpful! Do not hesitate to let me know if you have any other questions.

    ** Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful ** so that others in the community facing similar issues can easily find the solution.

    Best Regards,

    Sina Salam

    0 comments No comments

0 additional answers

Sort by: Most helpful