mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
(feat) langfuse add _async_log_event
This commit is contained in:
parent
ae9040c43a
commit
7c41d509fe
1 changed files with 3 additions and 0 deletions
|
@ -73,3 +73,6 @@ class LangFuseLogger:
|
|||
traceback.print_exc()
|
||||
print_verbose(f"Langfuse Layer Error - {traceback.format_exc()}")
|
||||
pass
|
||||
|
||||
async def _async_log_event(self, kwargs, response_obj, start_time, end_time, print_verbose):
|
||||
self.log_event(kwargs, response_obj, start_time, end_time, print_verbose)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue