-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Add litellm-proxy
CLI
#10478
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add litellm-proxy
CLI
#10478
Conversation
…nagementClient.info
… attribute to _api_key
What happened here? The tests passed but the job failed. Is the job timing out perhaps? I wonder if #10484 would fix this... |
because it looks like maybe the job is getting canceled because it takes too long with the additional tests? This probably could be reverted once BerriAI#10484 is merged, since that speeds up pytest runs greatly.
OK, I fixed this I think with ca39496 (Increase test job timeout to 8 minutes), though I think it would be preferable to merge #10484 and then this timeout increase wouldn't be necessary |
Hey @msabramo let me know once this is ready for review |
Oh this is ready for review. I added a few things to it recently only because I thought you were busy with fixing the mypy issues, but go ahead and review now if you have the time! |
Title
Add
litellm-proxy
CLIRight now this only has a limited set of commands, but in the future, more capabilities can be added.
More details at the README.md here
Screenshots
Relevant issues
Pre-Submission checklist
Please complete all items before asking a LiteLLM maintainer to review your PR
tests/litellm/
directory, Adding at least 1 test is a hard requirement - see detailsmake test-unit
Type
🆕 New Feature
Changes