forked from Tech901/ai-engineering-pilot-activity-1-hello-azure-ai-tpl-ai-102-activity01-hello-azure-ai-1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
19 lines (16 loc) · 927 Bytes
/
.env.example
File metadata and controls
19 lines (16 loc) · 927 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# --- Azure OpenAI (GPT-4o) ---
# Domain: openai.azure.com (OpenAI-specific endpoint)
AZURE_OPENAI_ENDPOINT=https://your-openai-resource.openai.azure.com/
AZURE_OPENAI_API_KEY=your-openai-key-here
AZURE_OPENAI_DEPLOYMENT=gpt-4o
# --- Azure Content Safety ---
# Domain: cognitiveservices.azure.com (shared Cognitive Services endpoint)
AZURE_CONTENT_SAFETY_ENDPOINT=https://your-ai-services-resource.cognitiveservices.azure.com/
AZURE_CONTENT_SAFETY_KEY=your-content-safety-key-here
# --- Azure AI Language ---
# Domain: cognitiveservices.azure.com (shared Cognitive Services endpoint)
AZURE_AI_LANGUAGE_ENDPOINT=https://your-ai-services-resource.cognitiveservices.azure.com/
AZURE_AI_LANGUAGE_KEY=your-language-key-here
# NOTE: Content Safety and Language often share the same multi-service
# Azure AI Services resource, so the endpoint and key may be identical.
# OpenAI uses a separate resource with a different domain.