diff --git a/docs/docs/synthesizer-introduction.mdx b/docs/docs/synthesizer-introduction.mdx index 8bf3d710..93f40cf6 100644 --- a/docs/docs/synthesizer-introduction.mdx +++ b/docs/docs/synthesizer-introduction.mdx @@ -45,6 +45,8 @@ There are six optional parameters when creating a `Synthesizer`: :::note The `filtration_config`, `evolution_config`, and `styling_config` parameter allows you to customize the goldens being generated by your `Synthesizer`. + +In addition, the `model` for your `Synthesizer` will automatically be used for the `critic_model`s of the [`FiltrationConfig`](#filtration-quality) and [`ContextConstructionConfig`](/docs/synthesizer-generate-from-docs#customize-context-construction) **if the respective custom config instances are not provided**. ::: ## Generate Your First Golden