Update README.md (#11586)
It will not work if followed exactly like in readme, because .env will contain just one parameter. Fixing that
This commit is contained in:
parent
798a5c0a20
commit
8f62b1068a
@ -261,7 +261,7 @@ echo 'LITELLM_MASTER_KEY="sk-1234"' > .env
|
||||
# It is used to encrypt / decrypt your LLM API Key credentials
|
||||
# We recommend - https://1password.com/password-generator/
|
||||
# password generator to get a random hash for litellm salt key
|
||||
echo 'LITELLM_SALT_KEY="sk-1234"' > .env
|
||||
echo 'LITELLM_SALT_KEY="sk-1234"' >> .env
|
||||
|
||||
source .env
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user