mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
(Refactor) Langfuse - remove prepare_metadata
, langfuse python SDK now handles non-json serializable objects (#7925)
* test_langfuse_logging_completion_with_langfuse_metadata * fix litellm - remove prepare metadata * test_langfuse_logging_with_non_serializable_metadata * detailed e2e langfuse metadata tests * clean up langfuse logging * fix langfuse * remove unused imports * fix code qa checks * fix _prepare_metadata
This commit is contained in:
parent
27560bd5ad
commit
53a3ea3d06
16 changed files with 1231 additions and 133 deletions
|
@ -8,7 +8,6 @@ IGNORE_FUNCTIONS = [
|
|||
"text_completion",
|
||||
"_check_for_os_environ_vars",
|
||||
"clean_message",
|
||||
"_prepare_metadata",
|
||||
"unpack_defs",
|
||||
"convert_to_nullable",
|
||||
"add_object_type",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue