mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
fix(utils.py): log user_id to langfuse
This commit is contained in:
parent
2df5ce4b7c
commit
e620d2f219
5 changed files with 71 additions and 18 deletions
|
@ -1052,6 +1052,7 @@ class Logging:
|
|||
response_obj=result,
|
||||
start_time=start_time,
|
||||
end_time=end_time,
|
||||
user_id=kwargs.get("user", None),
|
||||
print_verbose=print_verbose,
|
||||
)
|
||||
if callback == "cache" and litellm.cache is not None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue