Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LLM-based evaluators stoping conditions and valid JSON #7712

Closed
davidsbatista opened this issue May 17, 2024 · 0 comments · Fixed by #7723
Closed

LLM-based evaluators stoping conditions and valid JSON #7712

davidsbatista opened this issue May 17, 2024 · 0 comments · Fixed by #7723
Assignees
Labels
P1 High priority, add to the next sprint

Comments

@davidsbatista
Copy link
Contributor

Within the context of the the LLM-based evaluators, the replies given by OpenAI contain different values for finish_reason:

for instance, content filter was triggered:

The completion for index 0 has been truncated due to the content filter.
    {
        "statements": [
            "There is a major force uniting Americas

A full list of possible stopping conditions is here:

@davidsbatista davidsbatista self-assigned this May 17, 2024
@mrm1001 mrm1001 added the P1 High priority, add to the next sprint label May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 High priority, add to the next sprint
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants