You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. I have noticed that if `response.statements` is an empty list, then
the output of `verify_claims` function is `array([], dtype=float64)`,
which raises a type error when `~` operation is applied to
`reference_response` variable. This occurs in a rare case when
hypothesis_list is empty (when there are no claims in the response).
2. A small change is the choice of words in `LLMDidNotFinishException`
---------
Co-authored-by: Mikhail Zybin <[email protected]>
0 commit comments