forked from phoenix/litellm-mirror
(feat) proxy - show loaded config for users
This commit is contained in:
parent
bcea28e2e4
commit
e698f8218f
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ def load_router_config(router: Optional[litellm.Router], config_file_path: str):
|
|||
except Exception as e:
|
||||
raise Exception(f"Exception while reading Config: {e}")
|
||||
|
||||
print_verbose(f"Configs passed in, loaded config YAML\n{config}")
|
||||
print(f"Loaded config YAML:\n{json.dumps(config, indent=2)}")
|
||||
|
||||
## GENERAL SERVER SETTINGS (e.g. master key,..)
|
||||
general_settings = config.get("general_settings", None)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue