mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
push
This commit is contained in:
parent
f0aeedb25d
commit
926bdae955
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ class LangFuseLogger:
|
||||||
|
|
||||||
tags = []
|
tags = []
|
||||||
supports_tags = Version(langfuse.version.__version__) >= Version("2.6.3")
|
supports_tags = Version(langfuse.version.__version__) >= Version("2.6.3")
|
||||||
supports_costs = Version(langfuse.version.__version__) >= Version("2.7.0")
|
supports_costs = Version(langfuse.version.__version__) >= Version("2.7.3")
|
||||||
|
|
||||||
print_verbose(f"Langfuse Layer Logging - logging to langfuse v2 ")
|
print_verbose(f"Langfuse Layer Logging - logging to langfuse v2 ")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue