# Used to authenticate with the Azure OpenAI. Retrieve these

# values from an Azure OpenAI instance in the Azure Portal.

ENDPOINT="https://<resource name>.openai.azure.com"
AZURE_API_KEY="<azure api key>"
OPENAI_API_KEY="<openai api key>"

# Get these from your Microsoft Foundry project's "Overview" page: https://ai.azure.com
# (GitHub Models is retiring end of July 2026)

AZURE_INFERENCE_ENDPOINT="https://<your-foundry-resource>.services.ai.azure.com/models"
AZURE_INFERENCE_CREDENTIAL="<your-foundry-api-key>"
