mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
Update README.md
>> instead of > to prevent override on the existing .env file for the folder
This commit is contained in:
parent
122ee634f4
commit
6bde52b99b
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ echo 'LITELLM_MASTER_KEY="sk-1234"' > .env
|
||||||
# It is used to encrypt / decrypt your LLM API Key credentials
|
# It is used to encrypt / decrypt your LLM API Key credentials
|
||||||
# We recommend - https://1password.com/password-generator/
|
# We recommend - https://1password.com/password-generator/
|
||||||
# password generator to get a random hash for litellm salt key
|
# 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
|
source .env
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue