There are two providers one normal and one embedding: 1. `OpenAIProvider` 2. `OpenAIEmbeddingProvider` These can be combined with a little bit of logic, that would reduce redundant code paths. This was identified as a good future refactoring during PR: #185
There are two providers one normal and one embedding:
OpenAIProviderOpenAIEmbeddingProviderThese can be combined with a little bit of logic, that would reduce redundant code paths.
This was identified as a good future refactoring during PR: #185