-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Extending to Azure OpenAI implementation #1470
base: main
Are you sure you want to change the base?
Conversation
Azure OpenAI support would be an ideal add-on to this great tool. |
I've tested it and the
|
Can this be reviewed and merged? @andrew-openai @jwang47 @logankilpatrick @etr2460 @katyhshi |
Anyone available to review this PR? It has been lying around for quite some time |
Any updates on merging this PR? |
running out of luck of getting attention of reviewers. |
This PR allows to use Azure OpenAI implementation. Since the API structure in openAI and Azure openAI is same the client can be initialised by looking at environment variable presence of AZURE_OPENAI_ENDPOINT. If we rely on CompletionFn endpoint then the code will still be more or less copy paste of existing OpenAI completionfn's