Change System Prompt message in Environment Variable

AC 85 Reputation points
2024-09-05T05:59:47.4766667+00:00

Is it feasible to update the System Prompt message in the Environment Variable through Azure portal after deploying my app?

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

Accepted answer
  1. AshokPeddakotla-MSFT 35,971 Reputation points Moderator
    2024-09-05T06:54:05.9533333+00:00

    AC Greetings!

    Is it feasible to update the System Prompt message in the Environment Variable through Azure portal after deploying my app?

    To answer your question, yes you can update the system message once your web app is deployed through Azure Portal webapp environmental settings.

    You can use the AZURE_OPENAI_SYSTEM_MESSAGE setting to update the system message.

    Also, note that 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.

    The source code is provided "as is" and as a sample only. Customers are responsible for all customization and implementation of their web apps.

    See Customizing the application using environment variables and for more details.

    Do let me know if that helps or have any other queries.

    If the response helped, please do click Accept Answer and Yes for was this answer helpful.


0 additional answers

Sort by: Most helpful

Your answer

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