add llm service

This commit is contained in:
Jurgis Sakalauskas
2025-10-17 16:29:22 +03:00
parent 27c918cd97
commit edcd0f0963
3 changed files with 213 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# Application
APP_NAME=
# Server
SERVER_PORT=
API_BASE_PATH=
DATABASE_URL=
URL_READER_API_KEY=
# URL_READER_BASE_URL=https://r.jina.ai
LLM_API_URL=
LLM_API_KEY=
LLM_MODEL=
# Client
CLIENT_PORT=
API_PROXY_TARGET=
VITE_APP_NAME=
VITE_API_BASE_URL=