Closed sobolk closed 6 days ago
Latest commit: 10949be6ab82246870170039530421cb9722be97
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Problem
It seems that retrying same question in the narrow time window makes model return pretty much same hallucination.
Changes
In attempt to solve this problem, and array of similar yet different questions is created and each retry attempt will use slightly different question. This should make LLM evaluate it differently, hoping that one of attempts yields satisfactory response.
Validation
PR checks
Checklist
run-e2e
label set.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.