-
Notifications
You must be signed in to change notification settings - Fork 6
/
azure.env
28 lines (23 loc) · 805 Bytes
/
azure.env
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
# Azure AI Translation service
AZURE_AI_TRANSLATION_ENDPOINTDOCUMENT = "tobecompleted"
AZURE_AI_TRANSLATION_ENDPOINT = "tobecompleted"
AZURE_AI_TRANSLATION_KEY = "tobecompleted"
AZURE_AI_TRANSLATION_REGION = "tobecompleted"
# Storage accounts
sourceblobsasurl = "tobecompleted"
sourceblobsastoken = "tobecompleted"
# Target blob SAS
targetblobsasurl = "tobecompleted"
targetblobsastoken = "tobecompleted"
# Output Blob Storage connection string
connection_string = "tobecompleted"
# Azure OpenAI
AOAI_ENDPOINT = "tobecompleted"
AOAI_KEY = "tobecompleted"
AOAI_VERSION = "2024-02-01"
AOAI_TYPE = "azure"
AOAI_DEPLOYMENT = "tobecompleted" # Your Whisper model deployed name
AOAI_MODEL = "tobecompleted"
# Azure Speech Services
azure_speech_key = "tobecompleted"
azure_speech_region = "tobecompleted"