4 lines
239 B
Plaintext
4 lines
239 B
Plaintext
LITELLM_MASTER_KEY="sk-1234" # Change this if you like
|
|
LITELLM_SALT_KEY="sk-1234" # Change this if you like but can't be changed after the first run
|
|
DATABASE_URL="postgres://postgres:p0stgr3s@postgres:5432/litellm"
|
|
STORE_MODEL_IN_DB='True' |