.env.template
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
LLM_MODEL
** LLM MODELS
MODEL_SERVER
LIMIT_MODEL_CONCURRENCY
MAX_POSITION_EMBEDDINGS
LOCAL_DB_USER
** DATABASE SETTINGS
LOCAL_DB_PASSWORD
secret
LOCAL_DB_HOST
LOCAL_DB_PORT
EXECUTE_LOCAL_COMMANDS
** COMMANDS
ALLOWLISTED_PLUGINS
ALLOWLISTED_PLUGINS Sets the listed plugins that are allowed (Example: plugin1,plugin2,plugin3) DENYLISTED_PLUGINS Sets the listed plugins…
DENYLISTED_PLUGINS
brew install flyctl && fly launch --from https://github.com/slievrly/db-gpt
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/slievrly/db-gpt
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/slievrly/db-gpt