-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.env.example
More file actions
18 lines (15 loc) · 783 Bytes
/
.env.example
File metadata and controls
18 lines (15 loc) · 783 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Azure Model Router endpoint
AZURE_MODEL_ROUTER_ENDPOINT=https://your-resource.services.ai.azure.com/models
AZURE_MODEL_ROUTER_KEY=your-model-router-api-key
AZURE_MODEL_ROUTER_DEPLOYMENT=model-router
# Azure OpenAI endpoint (for baseline model)
AZURE_OPENAI_ENDPOINT=https://your-resource.openai.azure.com
AZURE_OPENAI_KEY=your-azure-openai-api-key
AZURE_BASELINE_DEPLOYMENT=gpt-5
# Judge model (defaults to same endpoint as baseline; override to use a different model)
AZURE_JUDGE_ENDPOINT=https://your-resource.openai.azure.com
AZURE_JUDGE_KEY=your-azure-openai-api-key
AZURE_JUDGE_DEPLOYMENT=gpt-5
# Microsoft Foundry (optional — for cloud evaluation via Foundry SDK)
AZURE_AI_PROJECT_ENDPOINT=https://your-project.services.ai.azure.com
AZURE_AI_MODEL_DEPLOYMENT_NAME=gpt-5