Skip to content

Commit

Permalink
fix input postprocess
Browse files Browse the repository at this point in the history
  • Loading branch information
abraham-leal committed Jan 3, 2025
1 parent 8c07bd9 commit 4129525
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ def postprocess_inputs_to_openai_format(
"n": n,
"stream": stream,
}

weave_report.update(chat_nvidia_obj.model_dump(exclude_unset=True, exclude_none=True))

return ProcessedInputs(
original_args=original_args,
Expand Down

0 comments on commit 4129525

Please sign in to comment.