fix(helicone.py): fix logging

This commit is contained in:
Krrish Dholakia 2024-02-02 14:29:47 -08:00
parent cc931ad5c0
commit 34886b0261
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,