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

Support for other AI providers (e.g. Azure) #3

Open
vernondegoede opened this issue Oct 23, 2024 · 1 comment
Open

Support for other AI providers (e.g. Azure) #3

vernondegoede opened this issue Oct 23, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@vernondegoede
Copy link

Hi team,

This tool looks super promising and is exactly what we were looking for in our company to get a good understanding of the # of events we are sending + document them.

However, since we are a regulated company, we cannot send our data to OpenAI and we are relying on Azure OpenAI.

Any plans to support other providers soon?

@skarim skarim self-assigned this Nov 1, 2024
@skarim
Copy link
Contributor

skarim commented Nov 1, 2024

Hey @vernondegoede!

We use the structured outputs functionality from OpenAI, which isn't supported by all providers. It does look like Azure OpenAI recently added support for structured outputs in gpt-4o. OpenAI supports this functionality for gpt-4o-mini, which is faster and more cost-efficient, but if you're ok with the increased cost we can definitely add support for Azure OpenAI's gpt-4o.

Would authentication using an Azure OpenAI API key work for you? I do also see that using Microsoft Entra ID for authentication is recommended, but that looks like it will be harder to integrate into a cli tool like this.

@skarim skarim added the enhancement New feature or request label Nov 1, 2024
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

2 participants