Andre B.
Andre B.
## The case The only time you use `OptionProvider` is in the `Pipeline`:  The `Pipeline` sets the same `OptionsProvider` for all analyzers. ```python class Pipeline: _analyzers: List[Type[Analyzer]] stages: Sequence[PipelineStage]...
**Describe the bug** Integration of the Azure OpenAI api does not work. Probably because of missing parameters. **Steps to reproduce** Steps to reproduce the behavior: [Create a compatible `models.json`](https://jan.ai/guides/using-models/integrate-with-remote-server/#openai-platform-configuration) When...