mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
fix langfuse failure logging
This commit is contained in:
parent
3bee7279bf
commit
4c0a1d3ec6
1 changed files with 1 additions and 1 deletions
|
@ -2443,7 +2443,7 @@ class Logging:
|
|||
)
|
||||
elif callback == "langfuse":
|
||||
global langFuseLogger
|
||||
verbose_logger.debug("reaches langfuse for logging!")
|
||||
verbose_logger.debug("reaches langfuse for logging failure")
|
||||
kwargs = {}
|
||||
for k, v in self.model_call_details.items():
|
||||
if (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue