mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
fix(proxy/utils.py): log rejected proxy requests to langfuse
This commit is contained in:
parent
86a3d24d75
commit
885de2e3c6
5 changed files with 57 additions and 12 deletions
|
@ -25,7 +25,7 @@ def test_empty_content():
|
|||
pass
|
||||
|
||||
function_setup(
|
||||
original_function=completion,
|
||||
original_function="completion",
|
||||
rules_obj=rules_obj,
|
||||
start_time=datetime.now(),
|
||||
messages=[],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue