You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature you'd like
Currently, I dont see support for connecting to Azure OpenAI services which is behind the Proxy layer. This is a limitation because many companies prefer this setup for security reasons.
To access a OpenAI service via proxy, users need to configure proxy details (domain, signature, and CA certificate) within the httpx client object when creating an AzureChatOpenAI model instance.
Integrating support for accessing Azure OpenAI with proxy configuration would be a valuable addition to Flowise.
The text was updated successfully, but these errors were encountered:
Describe the feature you'd like
Currently, I dont see support for connecting to Azure OpenAI services which is behind the Proxy layer. This is a limitation because many companies prefer this setup for security reasons.
To access a OpenAI service via proxy, users need to configure proxy details (domain, signature, and CA certificate) within the httpx client object when creating an AzureChatOpenAI model instance.
Integrating support for accessing Azure OpenAI with proxy configuration would be a valuable addition to Flowise.
The text was updated successfully, but these errors were encountered: