Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Support proxy for Azure OpenAI Chat model #2348

Open
Angappan95 opened this issue May 7, 2024 · 1 comment
Open

[FEATURE] Support proxy for Azure OpenAI Chat model #2348

Angappan95 opened this issue May 7, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Angappan95
Copy link

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.

@HenryHengZJ HenryHengZJ added the enhancement New feature or request label May 8, 2024
@vincenzomanzoni
Copy link

I'm also interested in this topic. It is very common to run these kinds of applications in an enterprise context with HTTP-compatible proxies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants