-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Use Azure OpenAI Libraries to Enable Azure OpenAI in addition to OpenAI integration #68972
Comments
Assigning to @getsentry/support for routing ⏲️ |
Looks like openai lib supports as well so might be as easy as allowing azure specific env vars and if they exist using the azure api client from openai. |
See this PR for a proposed way of solving this: |
Routing to @getsentry/product-owners-issues-suggested-fix for triage ⏲️ |
@sharkymcdongles thanks for raising this issue and proposing a suggestion! One of our engineers, @JoshFerge is working on a general purpose LLM adapter. It would probably make sense to build off of this |
Problem Statement
Most bigger organizations use Azure OpenAI rather than OpenAI directly since they already have Azure accounts. The current AI suggestion implemenation uses the OpenAI libs instead of the Azure libraries meaning you cannot support both options.
Solution Brainstorm
Migrate to these libraries https://platform.openai.com/docs/libraries/azure-openai-libraries
Product Area
Issues - Suggested Fix
The text was updated successfully, but these errors were encountered: