Add .env-template

This commit is contained in:
DhruvKadam-git
2024-10-01 17:39:31 +05:30
commit 5e604950c5

9
.env-template Normal file
View File

@@ -0,0 +1,9 @@
API_KEY=<LLM api key (for example, open ai key)>
LLM_NAME=docsgpt
VITE_API_STREAMING=true
#For Azure (you can delete it if you don't use Azure)
OPENAI_API_BASE=
OPENAI_API_VERSION=
AZURE_DEPLOYMENT_NAME=
AZURE_EMBEDDINGS_DEPLOYMENT_NAME=