Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.37 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.37 KB

Magnolia AI Contents

This project implements a set of features in Magnolia CMS to create contents using AI and to train Large language models using contents in Magnolia

Features

  • Integration with the API of OpenAI and Azure OpenAI
  • UI field textFieldAI to create and edit text contents using AI.
  • UI field imageAI to create images using AI.
  • Creation of fine-tuned models in Open AI GPT and Azure OpenAI

Modules

ai-contents

Provides the following UI fields to create contents using AI:

  • textFieldAI to create text using AI.
  • imageAI to create images using AI.

ai-training

generation of Large language models like GPT using as input dataset contents in Magnolia CMS.

demo-ai-contents-app

Content app of Magnolia with examples using the fields textFieldAI and imageAI

magnolia-ai-bundle-webapp

Example of a bundle of Magnolia using the modules ai-contents and ai_training