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

* initial support for api_params * add tests and reno * resolve suggestions and add integration test * fix mypy --------- Co-authored-by: Madeesh Kannan <shadeMe@users.noreply.github.com>
7 lines
287 B
YAML
7 lines
287 B
YAML
---
|
|
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.
|