mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
push
This commit is contained in:
parent
0c1d0b918b
commit
5e11b9b5da
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ class LangFuseLogger:
|
|||
|
||||
tags = []
|
||||
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 ")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue