-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
20 lines (14 loc) · 811 Bytes
/
.env.example
File metadata and controls
20 lines (14 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Azure OpenAI Configuration
# Required for all samples using AzureOpenAIChatClient
# Azure OpenAI endpoint (e.g., https://your-resource.openai.azure.com/)
AZURE_OPENAI_ENDPOINT="https://your-resource.openai.azure.com/"
# Azure AI Project endpoint (required for AzureAIAgentClient - code interpreter samples)
# AZURE_AI_PROJECT_ENDPOINT="https://your-resource.services.ai.azure.com/api/projects/your-project"
# Azure AI Model deployment name (required for AzureAIAgentClient)
# AZURE_AI_MODEL_DEPLOYMENT_NAME="gpt-4o"
# Azure OpenAI API version (2024-08-01-preview or later recommended)
AZURE_OPENAI_API_VERSION="2024-08-01-preview"
# Chat model deployment name
AZURE_OPENAI_CHAT_DEPLOYMENT_NAME="gpt-4o"
# Azure tenant ID (optional, for specific tenant authentication)
# AZURE_TENANT_ID="your-tenant-id"