mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-11-30 17:06:08 +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.
|