mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-23 00:42:28 +00:00

* forcing response format to be JSON valid * adding release notes * cleaning up * Update haystack/components/evaluators/llm_evaluator.py Co-authored-by: Madeesh Kannan <shadeMe@users.noreply.github.com> --------- Co-authored-by: Madeesh Kannan <shadeMe@users.noreply.github.com>
7 lines
225 B
YAML
7 lines
225 B
YAML
---
|
|
|
|
enhancements:
|
|
- |
|
|
Enforce JSON mode on OpenAI LLM-based evaluators so that the they always return valid JSON output.
|
|
This is to ensure that the output is always in a consistent format, regardless of the input.
|