# Used to authenticate with Azure OpenAI in Microsoft Foundry. Retrieve these
# values from your Azure OpenAI resource in the Azure Portal or Microsoft Foundry portal.
# gpt-image-1 is the current generation Azure OpenAI image model (DALL-E 3 is legacy).

AZURE_OPENAI_ENDPOINT="https://<resource name>.openai.azure.com"
AZURE_OPENAI_API_KEY="<azure api key>"
AZURE_OPENAI_DEPLOYMENT="gpt-image-1"