mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix(helicone.py): fix logging
This commit is contained in:
parent
9947b0db96
commit
31b19a420f
2 changed files with 6 additions and 1 deletions
|
@ -1269,7 +1269,7 @@ class Logging:
|
|||
if callback == "helicone":
|
||||
print_verbose("reaches helicone for logging!")
|
||||
model = self.model
|
||||
messages = kwargs["messages"]
|
||||
messages = kwargs["input"]
|
||||
heliconeLogger.log_success(
|
||||
model=model,
|
||||
messages=messages,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue