Skip to content

Commit

Permalink
Create .env_sample
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentK16 authored May 10, 2024
1 parent 8ade2d7 commit 4583575
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions AzureAI-WebApp/.env_sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
AZURE_LANGUAGE_ENDPOINT="<replace with your endpoint, single service Language endpoint with prebuilt features>"
AZURE_LANGUAGE_KEY ="<replace with your key, single service Language endpoint with prebuilt features>"

CUSTOM_ENTITIES_DEPLOYMENT_NAME="<custom ner deployment name, you can get this from the language studio>"
CUSTOM_ENTITIES_PROJECT_NAME="<custom ner project name, you can get this from the language studio>"
AZURE_LANGUAGE_ENDPOINT_CUSTOM_ENTITIES="<replace with your endpoint, single service Language endpoint with prebuilt features + custom q&a and custom ner/text classification enabled>"
AZURE_LANGUAGE_KEY_CUSTOM_ENTITIES="<replace with your key, single service Language endpoint with prebuilt features + custom q&a and custom ner/text classification enabled>"

CUSTOM_TEXT_DEPLOYMENT_NAME="<replace with your endpoint, single service Language endpoint with prebuilt features + custom q&a and custom ner/text classification enabled>"
CUSTOM_TEXT_PROJECT_NAME="<replace with your key, single service Language endpoint with prebuilt features + custom q&a and custom ner/text classification enabled>"

SPEECH_KEY="<replace with your Azure AI Speech key>"
SPEECH_REGION="<replace with your Azure AI speech region>"

TEXT_ANALYTICS_KEY="<replace with your key, single service Language endpoint with prebuilt features"
TEXT_ANALYTICS_ENDPOINT ="<replace with your endpoint, single service Language endpoint with prebuilt features"

TRANSLATION_KEY="<replace with your Azure AI translator key>"
TRANSLATION_ENDPOINT="<replace with your Azure AI translator enpoint>"
TRANSLATION_REGION="<replace with your Azure AI translator region>"

0 comments on commit 4583575

Please sign in to comment.