forked from Azure/slm-innovator-lab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.sample
17 lines (13 loc) · 803 Bytes
/
.env.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# this is a sample for keys used in this code repo.
# Please rename it to .env before you can use it
AZURE_OPENAI_ENDPOINT=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
AZURE_OPENAI_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# https://learn.microsoft.com/en-us/azure/ai-services/openai/api-version-deprecation
# Rest API specs: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/cognitiveservices/data-plane/AzureOpenAI/inference/preview
AZURE_OPENAI_API_VERSION=2024-07-01-preview
AZURE_OPENAI_DEPLOYMENT_NAME=gpt-4o-mini
AZURE_DOC_INTELLIGENCE_ENDPOINT=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
AZURE_DOC_INTELLIGENCE_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
CONTENT_SAFETY_ENDPOINT=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
CONTENT_SAFETY_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
CONTENT_SAFETY_API_VERSION=2024-09-01