2.2.0
Added
- Convert text content into audio and output a "read-to-me" feature on the front-end to play this audio using Microsoft Azure's Text to Speech API (props @Sidsector9, @iamdharmesh, @ravinderk, @jeffpaul, @dkotter, @pixeldevsio via #403).
- Classify content into existing taxonomy structure using OpenAI's Embeddings API (props @dkotter, @iamdharmesh, @Sidsector9, @jeffpaul via #437).
- Create transcripts of audio files using OpenAI's Whisper API (props @dkotter, @iamdharmesh via #451).
- Generate SEO-friendly titles using OpenAI's ChatGPT API (props @dkotter, @iamdharmesh, @jeffpaul via #452).
Changed
- Standardize on how we determine if a Provider is configured (props @dkotter, @iamdharmesh, @benlk via #455).
Fixed
- Avoid extra API requests to the IBM Watson NLU endpoint (props @dkotter, @iamdharmesh, @benlk via #455).
- Ensure the
{$this->menu_slug}_providers
filter works as expected when used to remove Providers (props @dkotter, @iamdharmesh via #456).
New Contributors
- @pixeldevsio made their first contribution in #403
Full Changelog: 2.1.0...2.2.0
View closed items in the milestone.