-
Notifications
You must be signed in to change notification settings - Fork 233
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
[Enhancement]: add integration with litellm for observability #1603
[Enhancement]: add integration with litellm for observability #1603
Conversation
… thread-safe singleton implementation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Closes #1569 |
Fix litellm integration
They're not. Check out this and this. The kwargs in re: @mmabrouk |
You are right. Sorry for missing that. However, the input for the span in the screenshot were wrong. It could be that the format that we are logging then is wrong (related to the issue we discussed this morning). |
…equestreview-2090993436
…ed docstrings to improve code documentation.
Yup, correct. This has been resolved. |
…strument decorator
Thanks @aybruhm ! Great work! |
Description
This PR allows litellm integration for observability.
Related Issue
Closes #1582
Additional Information
The example demonstrating LiteLLM integration for observability is titled "litellm_integration". This example is included in the pull request.