-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
29 lines (24 loc) · 821 Bytes
/
.env.example
File metadata and controls
29 lines (24 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Duplicate this file as `.env` and set values to pass to the server
# Remove or comment any unused environment variables
# GitHub authentication
GITHUB_TOKEN=
# Azure authentication
AZURE_TENANT_ID=
AZURE_CLIENT_ID=
AZURE_CLIENT_SECRET=
# Additional info for Azure AI Foundry (currently used for Evaluation only)
AZURE_SUBSCRIPTION_ID=
AZURE_RESOURCE_GROUP=
AZURE_PROJECT_NAME=
AZURE_OPENAI_ENDPOINT=
AZURE_OPENAI_API_KEY=
AZURE_OPENAI_DEPLOYMENT=gpt-4o
AZURE_OPENAI_API_VERSION=
PROJECT_CONNECTION_STRING=
# Additional info for Knowledge
AZURE_AI_SEARCH_ENDPOINT=https://<your-search-service-name>.search.windows.net/
AZURE_AI_SEARCH_API_VERSION=2025-03-01-preview
SEARCH_AUTHENTICATION_METHOD=api-search-key
AZURE_AI_SEARCH_API_KEY=your_api_key
# Additional info for Evaluation
EVAL_DATA_DIR=/path/to/eval_jsonl/