mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-22 00:11:14 +00:00

* LLM-Evaluator returns metadata from OpenAI * adding tests * adding release notes * updating test * updating release notes * fixing live tests * attending PR comments * fixing tests * Update releasenotes/notes/adding-metadata-info-from-OpenAI-f5309af5f59bb6a7.yaml Co-authored-by: Stefano Fiorucci <stefanofiorucci@gmail.com> * Update llm_evaluator.py --------- Co-authored-by: Stefano Fiorucci <stefanofiorucci@gmail.com>
6 lines
159 B
YAML
6 lines
159 B
YAML
---
|
|
|
|
enhancements:
|
|
- |
|
|
When using "openai" for the LLM-based evaluators the metadata from OpenAI will be in the output dictionary, under the key "meta".
|