Replies: 1 comment
-
Hey, thanks for the suggestion. Need to look into Azure API. Would you have some links to doc to share? Also, would it not work with a simple OpenAI custom engine? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description of the Idea:
Currently, the software supports integration with the OpenAI API, which is fantastic. However, I would like to propose adding support for Azure OpenAI API as an additional option. Azure OpenAI provides similar capabilities to the OpenAI API but offers several key advantages for users already utilizing Microsoft Azure services, such as better integration with other Azure offerings, enhanced customization for enterprise use, and advanced security options.
Motivation:
Many companies and users, including myself, manage their projects within the Azure ecosystem and prefer to keep their infrastructure centralized with one provider. This streamlines management, reduces costs, and enhances user experience.
Azure OpenAI API uses the same underlying architecture as the OpenAI API, so implementing support for Azure should require minimal adjustments to the codebase.
Adding Azure OpenAI support could expand the software’s user base by attracting those already working with Azure.
Integrating with Azure could pave the way for adding more related services, such as Azure Cognitive Services or secure storage in Azure.
Proposed Implementation:
Expected Benefits:
This functionality would make the software more flexible and appealing to a broader community, particularly those already using Azure. Moreover, it adds value without requiring significant changes to the current software architecture.
Additional Notes:
I am happy to assist with this integration and perform testing if needed. I welcome feedback from the community and the development team.
Beta Was this translation helpful? Give feedback.
All reactions