-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Added tags, user_feedback and model_options to additional_keys which can be sent to athina #8845
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@krrishdholakia @ishaan-jaff Please review. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reviewed
litellm/integrations/athina.py
Outdated
if key in metadata: | ||
print("key is being added", key) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there are prints here, did you review your own code before asking us @vivek-athina ?
- please add unit tests in tests/litellm/integrations/test_athina.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ishaan-jaff Can you please check again?
@krrishdholakia @ishaan-jaff Can you please review again? |
1 similar comment
@krrishdholakia @ishaan-jaff Can you please review again? |
@krrishdholakia @ishaan-jaff Can you please review again? |
@krrishdholakia @ishaan-jaff Can you please review again? |
Update main
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Title
Added tags, user_feedback and model_options to additional_keys which can be sent to athina
Type
🆕 New Feature
Changes
Added tags to additional_keys which are sent to Athina using the AthinaLogger
Screenshots of tests passing locally
Units Tests