Skip to content

AI features

Front Matter CMS allows you to make use of the GitHub Copilot’s Large Language Model (LLM) to provide you title, description, and taxonomy suggestions.

In the July 2024 release of Visual Studio Code, extension developers are able to make use of the GitHub Copilot’s Large Language Model (LLM). Front Matter CMS took advantage of this feature to provide you with the ability to provide title, description, and tags suggestions.

The AI features are available in the following places:

  • Title suggestions when creating new content
  • Description suggestions based on the title and content
  • Taxonomy suggestions based on the title, content, and available tags

By default the gpt-4o-mini model is used to generate the suggestions. You can change the model by updating the frontMatter.copilot.family setting in your frontmatter.json file.

Change GitHub Copilot's AI model
{
"frontMatter.copilot.family": "gpt-4o-mini"
}

When creating new content when you have the GitHub Copilot extension installed, you will get title suggestions based on the provided title.

Title suggestions provided by GitHub Copilot

For descriptions and tags, you will get a new field action button which allows you to generate suggestions based on the content.

Trigger GitHub Copilot description suggestion

If you have your own AI APIs which you want to use. You make use of the @frontmatter/extensibility library to integrate it with Front Matter CMS.

You have the following integration points: