-
Notifications
You must be signed in to change notification settings - Fork 493
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
Add ML procs for Azure OpenAI service & AWS SageMaker Endpoints #3634
Comments
Azure openai should work the same as OpenAi endpoints, they just have an extra query string for API version. Either add a specific implementation for it, where the user can also pass in the version as config. Or reuse the openai implementation change it to support a placeholder for so for an MSFT API like:
consider using a base-url like:
for openai then use
but still support the old way if no |
* Fixes #3634: Updated ML procs for Azure OpenAI services * Code clean * added enpoint env vars * Code clean part 2 * removed unused imports --------- Co-authored-by: Andrea Santurbano <[email protected]>
* Fixes #3634: Updated ML procs for Azure OpenAI services * Code clean * added enpoint env vars * Code clean part 2 * removed unused imports --------- Co-authored-by: Andrea Santurbano <[email protected]>
* Fixes #3634: Updated ML procs for Azure OpenAI services * Code clean * added enpoint env vars * Code clean part 2 * removed unused imports --------- Co-authored-by: Andrea Santurbano <[email protected]>
* Fixes #3634: Updated ML procs for Azure OpenAI services * Code clean * added enpoint env vars * Code clean part 2 * removed unused imports --------- Co-authored-by: Andrea Santurbano <[email protected]>
* Fixes #3634: Updated ML procs for Azure OpenAI services * Code clean * added enpoint env vars * Code clean part 2 * removed unused imports --------- Co-authored-by: Andrea Santurbano <[email protected]>
* Fixes #3634: Updated ML procs for Azure OpenAI services * Code clean * added enpoint env vars * Code clean part 2 * removed unused imports --------- Co-authored-by: Andrea Santurbano <[email protected]>
… (#3885) (#3903) * Fixes #3634: Updated ML procs for Azure OpenAI services * Code clean * added enpoint env vars * Code clean part 2 * removed unused imports --------- Co-authored-by: Andrea Santurbano <[email protected]>
Probably just a config setting for the regular openai service?
in python it needs:
The text was updated successfully, but these errors were encountered: