mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
fix(utils.py): fix helicone success logging integration
Fixes https://github.com/BerriAI/litellm/issues/4062
This commit is contained in:
parent
af39e2d2dd
commit
93a3a0cc1e
2 changed files with 3 additions and 2 deletions
|
@ -1787,7 +1787,7 @@ class Logging:
|
|||
if callback == "helicone":
|
||||
print_verbose("reaches helicone for logging!")
|
||||
model = self.model
|
||||
messages = kwargs["input"]
|
||||
messages = self.model_call_details["input"]
|
||||
heliconeLogger.log_success(
|
||||
model=model,
|
||||
messages=messages,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue