Update README.md

>> instead of > to prevent override on the existing .env file for the folder
This commit is contained in:
Pavan Karthick 2025-03-24 09:20:17 +05:30 committed by GitHub
parent 122ee634f4
commit 6bde52b99b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -264,7 +264,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