- Issue created by @mostepaniukvm
For some providers, it can be especially useful to use multiple connections. We have an example from β¨ Add support (provider) for Azure Openai (Europe / GDPR loves that) Active where, in Azure OpenAI, we have different models deployed to different Azure regions. This means that the API URL and even the API keys are different.
Imagine that you need to use two different API keys from one provider for different AI operations.
It is possible to implement a provider-specific solution, but perhaps we can find a more generic solution that will allow any provider to use multiple connections.
Active
1.0
Discussion