-
Notifications
You must be signed in to change notification settings - Fork 52
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
[WIP] Create Azure/Language provider and connect it to LP Service #399
Conversation
FYI that I would still like to see this get out of WIP as this would be a good UX experiment for how we handle the same functionality within the plugin via two different service providers. I might be more pressed to handle this when we have a specific request to have a different service provider for this functionality, it may be best to leave as WIP for now. In discussion with @dkotter, it may also be better holding on this PR until Azure brings this feature out of beta preview into general public availability. |
@Sidsector9 this might be a good PR to pick up (or perhaps close and open a subsequent related one) to use as an example of adding a new service provider with the v3 release; thoughts? |
Since we're adding this to core, it would be a good example for internal developers only. Third-party devs will still need to use hooks that will ship out with v3. |
@Sidsector9 sorry, I had intended for this to be built post-v3 stabilizing in |
@cadic thanks for the PR! Could you please rebase your PR on top of the latest changes in the base branch? |
Closing in favor of PR #786 |
Description of the Change
Adds Azure/Language provider within LanguageProcessing service
The API keys screen is in Classifai > Language Processing > Microsoft Azure.
The provider will have 2 types of requests:
The API version is currently
2022-10-01-preview
.The Abstractive Summarization feature is not available publicly and needs to be applied for before we proceed with it.
Closes #159
How to test the Change
Credits
Props @username, @username2, ...
Checklist: