Magento 2 - Product automation with GPT

Hello everyone, a few days ago, I published a module for Magento 2 on GitHub. The module works by sending a prompt to GPT and receiving a JSON response.

github : Gabriel712/magpt

The prompt instructs GPT to answer only in JSON and includes fields such as product name, meta title, meta keywords, and meta description. The variables, like $meta_description, are replaced by the actual values of the product.

The green inputs are created by GPT based on all the variables.

The green inputs are create by GPT based on all $variables

I await your feedback, thank you!