mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-14 16:47:06 +00:00
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.
|