-
Notifications
You must be signed in to change notification settings - Fork 0
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
Sofatutor specific changes #1
base: main
Are you sure you want to change the base?
Conversation
# Conflicts: # .github/workflows/pullpreview.yml
@@ -639,6 +641,15 @@ def _success_handler_helper_fn( | |||
) | |||
) | |||
else: # streaming chunks + image gen. |
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.
this is added for the assistants api endpoints
@@ -1134,12 +1142,20 @@ def success_handler( | |||
end_time=end_time, | |||
print_verbose=print_verbose, | |||
) | |||
elif self.model_call_details.get("log_event_type") == "successful_api_call": |
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.
needed for assistants api logging
model_id=model_id, | ||
cache_key=cache_key, | ||
api_base=api_base, | ||
version=version, | ||
model_region=getattr(user_api_key_dict, "allowed_model_region", ""), |
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.
re-add?
litellm/integrations/s3.py
Outdated
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.
revert, not required
Title
Relevant issues
Type
π New Feature
π Bug Fix
π§Ή Refactoring
π Documentation
π Infrastructure
β Test
Changes
[REQUIRED] Testing - Attach a screenshot of any new tests passing locall
If UI changes, send a screenshot/GIF of working UI fixes