umContentCreator 15.0.2
dotnet add package umContentCreator --version 15.0.2
NuGet\Install-Package umContentCreator -Version 15.0.2
<PackageReference Include="umContentCreator" Version="15.0.2" />
<PackageVersion Include="umContentCreator" Version="15.0.2" />
<PackageReference Include="umContentCreator" />
paket add umContentCreator --version 15.0.2
#r "nuget: umContentCreator, 15.0.2"
#:package umContentCreator@15.0.2
#addin nuget:?package=umContentCreator&version=15.0.2
#tool nuget:?package=umContentCreator&version=15.0.2
umContentCreator
umContentCreator is a package for Umbraco that enhances your content editing experience by integrating AI-powered content generation for text and image properties. It allows users to generate content using the Chat GPT API for text and the Stability API or Google Search for image generation, providing a seamless and user-friendly interface for managing AI-generated text and images.
Features
- Adds new datatypes for text and images that have the ability to generate text or image
- Configuration tab in the Content section for setting API tokens
- Customizable content generation options, including max words per response and model behavior for text properties
- Image generation based on user-defined keywords or phrases using Stability API
- Ability to add images from google search
- Ability to modify generated text before applying to the property
- Append or replace content in text properties with generated content
Installation
Follow these steps to install umContentCreator:
- Download the package from NuGet
- Install the package in your Umbraco project
- Configure the Chat GPT API token in the "umContentCreator > Text Generate" configuration tab in the Content section
- Configure the Google API key, Custom Search Engine Key, Stability API key in the "umContentCreator > Image Generate" configuration tab in the Content section
- Replace necessary fields in datatypes with new datatypes for text or images
- Start generating content for your text and image properties
Usage
- Navigate to any content page with text properties in the Umbraco CMS
- Click on the content generation button next to the desired text property
- A modal window will open, allowing you to customize the content generation options
- Enter a prompt and generate text using the Chat GPT API
- Modify the generated text as needed
- If the property has existing content, you can choose to append the generated content. If not, click the "Replace" button to replace the content with the generated text
Image properties
- Navigate to any content page with image properties in the Umbraco CMS
- Select the Search or Generate tab
- Click on the image generation button next to the desired image property
- A modal window will open, allowing you to enter a keyword or phrase for the image generation
- Generate an image using the Stability API or Google Search
- Apply the generated image to the property
Please connect with me (Kyrylo Osadchuk) if you need assistance with AI or Umbraco consulting services:
This code is provided under https://licenses.nuget.org/MIT license.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net9.0
- umContentCreator.Core (>= 15.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Two new fields have been added to the package settings in Umbraco, under the ImageGenerate tab:
Google Search Region and Google Search Rights.