Highlights
* Option to use `n` parameter for select `BaseChatModel` classes for significantly faster generation
* Updated `ResponseGenerator`, `CounterfactualGenerator`, and `AutoEval` accepted types for `langchain_llm` parameter to only include LangChain `BaseChatModel`
* Customizable failure messages for `ResponseGenerator`, `CounterfactualGenerator`, and `AutoEval`
* Customizable `count` for `AutoEval`
* Patch security vulnerability related to `transformers` package
* Added graphic to readme to illustrate LangFair workflow
What's Changed
* v0.3.2 updates by dylanbouchard in https://github.com/cvs-health/langfair/pull/103
* fix typos in notebook by dylanbouchard in https://github.com/cvs-health/langfair/pull/109
* fixed issue 96 by Riddhimaan-Senapati in https://github.com/cvs-health/langfair/pull/110
* Enable use of `BaseLanguageModel.n` parameter for `ResponseGenerator` by dylanbouchard in https://github.com/cvs-health/langfair/pull/112
* update notebooks by zeya30 in https://github.com/cvs-health/langfair/pull/114
* Adding developer deps for jupyter notebook development by dskarbrevik in https://github.com/cvs-health/langfair/pull/115
* Adding dotenv to developer deps by dskarbrevik in https://github.com/cvs-health/langfair/pull/117
* update default use of n by dylanbouchard in https://github.com/cvs-health/langfair/pull/119
* Release PR: v0.4.0 by dylanbouchard in https://github.com/cvs-health/langfair/pull/120
New Contributors
* Riddhimaan-Senapati made their first contribution in https://github.com/cvs-health/langfair/pull/110
**Full Changelog**: https://github.com/cvs-health/langfair/compare/v0.3.2...v0.4.0