Merge pull request #3660 from BerriAI/litellm_proxy_ui_general_settings

feat(proxy_server.py): Enabling Admin to control general settings on proxy ui
This commit is contained in:
Krish Dholakia 2024-05-15 20:36:42 -07:00 committed by GitHub
commit 25e4b34574
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 1099 additions and 283 deletions

View file

@ -2565,7 +2565,7 @@ class Logging:
response_obj=result,
start_time=start_time,
end_time=end_time,
)
) # type: ignore
if callable(callback): # custom logger functions
await customLogger.async_log_event(
kwargs=self.model_call_details,