- Issue created by @danrod
It seems like something in the AI Module → has changed or something because the Gutenberg AI module suddenly stopped working:
Even though I set the AI provider:
Must be something that the AI API has changed, I know they keep making changes all the time:
$provider_model = $ai_settings->get('provider_model');
$ai_provider = $ai_settings->get('ai_provider');
if (!$ai_provider) {
$error = $this->t("You need to select an AI Provider.");
$this->logger->error($error);
$response = new ResourceResponse($error);
return $response;
}
Install the Gutenberg AI module, add an AI model and try
Spot the bug and fix it
Testing and more testing
N/A
N/A
N/A
Active
1.0
Code