Andre B.

Results 2 issues of Andre B.

## The case The only time you use `OptionProvider` is in the `Pipeline`: ![image](https://user-images.githubusercontent.com/15078122/145721187-da18a6cb-89f2-44fa-8f36-b3e368db996f.png) The `Pipeline` sets the same `OptionsProvider` for all analyzers. ```python class Pipeline: _analyzers: List[Type[Analyzer]] stages: Sequence[PipelineStage]...

question

**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...

type: bug
type: question