haystack/releasenotes/notes/allow-parameters-for-openai-generator-8ce86ba1bac80817.yaml

7 lines
287 B
YAML
Raw Normal View History

---
features:
- |
LLM based evaluators can pass in supported OpenAIGenerator parameters via api_params.
This allows for custom generation_kwargs, changing the api_base_url (for local evaluation),
and all other supported parameters as described in the OpenAIGenerator docs.