mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-25 01:02:15 +00:00
fix(proxy): word the config step so it also fits a config that already reads the environment
This commit is contained in:
parent
fe480533e8
commit
0415382f9e
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ def _fix_steps(source: MasterKeySource) -> str:
|
|||
match source:
|
||||
case ConfigFileSource():
|
||||
return (
|
||||
f"1. Make {_config_label(source)} read the key from the environment:\n"
|
||||
f"1. Make sure {_config_label(source)} reads the key from the environment:\n"
|
||||
f" general_settings:\n {MASTER_KEY_SETTING}: os.environ/{MASTER_KEY_ENV_VAR}\n"
|
||||
f"2. {_SAVE_KEY_STEP}"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue