Files
DocsGPT/.env-template
DhruvKadam-git 5e604950c5 Add .env-template
2024-10-01 17:39:31 +05:30

9 lines
238 B
Plaintext

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=