8 lines
293 B
Plaintext
8 lines
293 B
Plaintext
# Generated from .env by scripts/install.sh and scripts/restart.sh
|
|
# Keep values in .env as the source of truth.
|
|
FRONTEND_PORT=3000
|
|
OPENAI_API_BASE_URL=http://gemma3-vllm:8000/v1
|
|
VLLM_API_KEY=YOUR_LOCAL_API_KEY_HERE
|
|
GEMMA_MODEL_ID=SET_IN_DOT_ENV
|
|
OPEN_WEBUI_DATA_DIR=./frontend/data/open-webui
|