-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.env.sample
23 lines (18 loc) · 875 Bytes
/
.env.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# this is a sample for keys used in this code repo.
# Please rename it to .env before you can use it
# Azure Open AI - See https://learn.microsoft.com/en-us/azure/ai-services/openai/api-version-deprecation
AZURE_OPENAI_ENDPOINT=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
AZURE_OPENAI_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
AZURE_OPENAI_DEPLOYMENT_NAME=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
AZURE_OPENAI_API_VERSION=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# OpenAI
OPENAI_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
OPENAI_DEPLOYMENT_NAME=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
OPENAI_MODEL_VERSION=2024-07-18
# Hugging Face
HF_API_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
#Azure ML
AZURE_ML_DEPLOYMENT_NAME=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
AZURE_ML_ENDPOINT_URL=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
AZURE_ML_ENDPOINT_TYPE=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
AZURE_ML_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx