Skip to content

Commit

Permalink
commit add ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
vicperdana committed May 16, 2023
1 parent 0d94114 commit 3148983
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*.user
*.userosscache
*.sln.docstates
*.env

# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
Expand Down
15 changes: 6 additions & 9 deletions src/api/.env-sample
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
PORT=8730
APP_NAME="YOUR_APP_NAME"
APP_DESCRIPTION="YOUR_APP_DESCRIPTION"
APP_REPOSITORY_OPTIONAL="YOUR_APP_REPOSITORY_URL (Optional)"
APP_LOGO_OPTIONAL="YOUR_APP_LOGO_URL (Optional)"
APP_FAVICON_OPTIONAL="YOUR_APP_FAVICON_URL (Optional)"
LANGUAGE_KEY="YOUR_AZURE_LANGUAGE_KEY"
LANGUAGE_REGION="YOUR_AZURE_LANGUAGE_REGION"
LANGUAGE_ENDPOINT_URL="YOUR_AZURE_LANGUAGE_ENDPOINT_URL"
LANGUAGE_REGION="YOUR_AZURE_LANGUAGE_REGION e.g., eastus"
LANGUAGE_ENDPOINT_URL="https://[your-deployment-name].cognitiveservices.azure.com/"
SPEECH_KEY="YOUR_AZURE_SPEECH_KEY"
SPEECH_REGION="YOUR_AZURE_SPEECH_REGION"
SPEECH_REGION="YOUR_AZURE_SPEECH_REGION e.g., eastus"
SPEECH_ENDPOINT_URL_OPTIONAL="YOUR_AZURE_SPEECH_ENDPOINT_URL (Optional)"
OPENAI_TYPE="Must be either openai or azure"
OPENAI_KEY="YOUR_OPENAI_KEY"
OPENAI_AZURE_KEY="YOUR_OPENAI_AZURE_KEY"
OPENAI_AZURE_BASE_URL="[eg. https://[your-deployment-name].openai.azure.com/]"
OPENAI_AZURE_BASE_URL="https://[your-deployment-name].openai.azure.com/"
OPENAI_AZURE_API_VERSION_OPTIONAL="2023-03-15-preview"
OPENAI_AZURE_MODELS_TEXT="deployment name for text-davinci-3"
OPENAI_AZURE_MODELS_CHAT="deployment name for GPT-3.5(turbo) or GPT-4"
OPENAI_AZURE_MODELS_TEXT="YOUR_MODEL_DEPLOYMENT_NAME_FOR_text-davinci-003"
OPENAI_AZURE_MODELS_CHAT="YOUR_MODEL_DEPLOYMENT_NAME_FOR_gpt-35-turbo"

File renamed without changes.

0 comments on commit 3148983

Please sign in to comment.