Skip to content
9 changes: 1 addition & 8 deletions ai.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,6 @@ function constants(): void {
require_once WPAI_PLUGIN_DIR . 'includes/autoload.php';

// Register the vendored PHP AI Client SDK overlay before any AI operation runs.
/**
* Comment out the loading for now as upstream changes are being made to
* embeddings which will need to be pulled in to this plugin. This will contain
* some breaking changes and as such, we don't want anyone to start building
* on top of things.
*/
// phpcs:ignore Squiz.PHP.CommentedOutCode.Found
// \WordPress\AI\SDK_Overlay::register();
\WordPress\AI\SDK_Overlay::register();

\WordPress\AI\Main::get_instance();
Loading
Loading