commit 5e604950c5d4da5c97be648755c044ade1b846de Author: DhruvKadam-git Date: Tue Oct 1 17:39:31 2024 +0530 Add .env-template diff --git a/.env-template b/.env-template new file mode 100644 index 00000000..e93f0363 --- /dev/null +++ b/.env-template @@ -0,0 +1,9 @@ +API_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= \ No newline at end of file