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] Add support for GPT-4o model from Azure OpenAI #2504

Closed
seonghobae opened this issue May 29, 2024 · 3 comments
Closed

[FEATURE] Add support for GPT-4o model from Azure OpenAI #2504

seonghobae opened this issue May 29, 2024 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@seonghobae
Copy link

Describe the feature you'd like
I would like Flowise to support the new GPT-4o model available on Azure OpenAI. This feature would allow users to integrate and utilize the capabilities of the GPT-4o model within the Flowise platform.

Additional context
The GPT-4o model has been recently released on Azure OpenAI, and it offers advanced capabilities that can enhance the functionalities provided by Flowise. Integrating this model would require updating the relevant code sections to support API calls to Azure OpenAI for the GPT-4o model. Detailed documentation and examples from Azure OpenAI can be referenced to facilitate this integration.

@thelokeshgoel00
Copy link

#2402
I think it's already supported

@seonghobae
Copy link
Author

seonghobae commented May 30, 2024

#2402 I think it's already supported

Thank you for your response. However, it seems there might be a misunderstanding. The #2402 pull request mentions the new GPT-4o model from OpenAI, but my request specifically pertains to integrating the GPT-4o model available on Azure OpenAI into Flowise.

Azure OpenAI has its own API endpoints and configurations, which might require additional adjustments in the Flowise codebase to support this new model. Could you please confirm if the current implementation supports Azure OpenAI's GPT-4o model, or if there are any plans to include this support in the near future?

Thank you!

@HenryHengZJ HenryHengZJ added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels May 31, 2024
@seonghobae
Copy link
Author

It appears that the support for GPT-4o in FlowiseAI is due to the upstream update in the langchainjs repository. The issue langchain-ai/langchainjs#5346 discusses the addition of GPT-4o support, and it seems to have been resolved with a new version update. This upstream change likely enabled the GPT-4o support in FlowiseAI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants