fix(helicone.py): fix logging

This commit is contained in:
Krrish Dholakia 2024-02-02 14:29:47 -08:00
parent 9947b0db96
commit 31b19a420f
2 changed files with 6 additions and 1 deletions

View file

@ -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,