Dev Update: Strapi Supergpt 1

By: Timothy Brantley II

Published At: Wed Jan 15 2025

Updated At: Wed Apr 30 2025


The goal right now is to update the plugin to be compatable with Strapi v5 but once this upgrade is finished it will no longer be backwards compatible. This is because Strapi based on the way Strapi upgrades don't allow you to really build things in a way that would allow you support two different versions. In order to do to support two different branches I have one branch that would go as 

Strapi v4 1.2.3 => 1.2.3 etc 

and another one go
Strapi v5 2.0.0 => 2.0.1

While following the normal naming convention.  So my plan for now is to finish the upgrade and then work on a way to embed chatgpt into the creation of entities. With the express goal of doing a underlying things: 

  • translating entity to another entity
  • submitting completions without having to leave the creating on Strapi entity 
  • automating the Strapi creation process
  • using text to audio for any Strapi entity

Don't expect the above features until 2.1.0 if you want to check my progress or contribute see the repository and the pull request.