-
Notifications
You must be signed in to change notification settings - Fork 191
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 Microsoft Azure Endpoints #32
Comments
I made something quick because I got access: https://github.com/Kakise/az-openai-rs you can check it out and I can test your changes if needed @64bit |
Nice project! Thank you for offering to test @Kakise! Does it support all the same APIs as OpenAI? Are there any major difference you noticed other than the mechanics of API call? |
@64bit right now I only tested completions and embeddings but it does support all OpenAI APIs. The main difference I noticed is how you call your model. For OpenAI it's passed in the body and for Azure it's passed in the url |
Hi @Kakise , thank you for your response, I had opportunity to look into this today and I discovered that only embedding, completions, and chat completions APIs are currently supported in SO I have made the changes to support Azure in #67 , I have tested all the examples on OpenAI after this change. For testing on Azure and make it as simple for you I have added a new example called Can you please run that example and post output? I can add output to Hope all goes well, thank you for your help on this! |
Add support for :
The text was updated successfully, but these errors were encountered: