feat: env

This commit is contained in:
2025-03-02 22:08:50 +07:00
parent 99fe57f99a
commit bb185d12ac
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
API_KEY=openai
LLM_NAME=docsgpt
MODEL_NAME=deepseek-r1:1.5b
OPENAI_BASE_URL=http://localhost:11434/v1
VITE_API_STREAMING=true
+1 -1
View File
@@ -102,7 +102,7 @@ celerybeat.pid
*.sage.py
# Environments
.env
# .env
.venv
env/
venv/