mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-15 23:31:29 +00:00
_load_persisted_master_key documents leniency on any unreadable prior state but only caught parse errors; a permissions failure or non-UTF-8 bytes in config.yaml crashed configure instead of skipping the carry-forward. Catch OSError and UnicodeDecodeError too and pin the undecodable-file case with a regression test. |
||
|---|---|---|
| .. | ||
| cli | ||
| test_chat.py | ||
| test_client.py | ||
| test_credentials.py | ||
| test_http_client.py | ||
| test_http_commands.py | ||
| test_keys.py | ||
| test_model_groups.py | ||
| test_models.py | ||
| test_users.py | ||