Skip to content
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

Logspam from litellm: Provider List: https://docs.litellm.ai/docs/providers #445

Closed
caufieldjh opened this issue Aug 26, 2024 · 1 comment · Fixed by #448
Closed

Logspam from litellm: Provider List: https://docs.litellm.ai/docs/providers #445

caufieldjh opened this issue Aug 26, 2024 · 1 comment · Fixed by #448

Comments

@caufieldjh
Copy link
Member

Even on the least verbose logging level, litellm frequently produces this output:

Provider List: https://docs.litellm.ai/docs/providers

It's a lovely shade of pink but it doesn't provide much useful information.
I think this happens with each LLM call, and was either added in a newer version and/or is litellm suggesting there may be something wrong with the custom_llm_provider value passed to the completion function.

custom_llm_provider defaults to None in the LLMClient.

@caufieldjh
Copy link
Member Author

Quick fix mentioned here: BerriAI/litellm#4825

@caufieldjh caufieldjh linked a pull request Aug 28, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants
@caufieldjh and others