mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
A trailing slash on --base-url (or LITELLM_PROXY_URL) produced double-slash URLs like https://host//sso/cli/start, which 404s. Normalize once in the CLI's top-level group callback so every subcommand benefits. |
||
|---|---|---|
| .. | ||
| 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 | ||