Git Product home page Git Product logo

public-ghostwriter-bundle's Introduction

Ghostwriter: Configurable AI Text Generator for Data Objects and Bricks

"Ghostwriter" seamlessly integrates AI into Pimcore’s PIM and CMS UIs. Prompts can be easily configured and tuned on a per-filed basis for both data objects and bricks. Prompts can contain placeholders that dynamically reference text or data already available in the data object, brick or page. Writing e.g. an SEO text or product description now is just a click: Ghostwriter will use the page's meta data or the product's technical information to create the required copy.

Features

  • Add AI text generation to text and rich text fields in data objects
  • Add AI text generation to text and rich text fields in bricks
  • Configure the prompts sent to ChatGPT on a per-field basis
  • Add placeholders to your prompts that will pull actual data from the data object at hand, from the brick or the page (document) at hand and add the data to your prompt dynamically before it is being sent to ChatGPT
  • Configure multiple shortcut commands in addition to the main prompt, e.g. for shortening, extending or translating the field’s content.
  • Multi language support

Prerequisites

You will need a paid ChatGPT account to use the ChatGPT API. See https://help.openai.com/en/articles/7039783-how-can-i-access-the-chatgpt-api for details. Your individual API key will be assigned after you sign up with OpenAI. It needs to be added to the Ghostwriter configuration before you will be able to send requests to ChatGPT. Costs for OpenAI will depend on the volume of requests you send. As of writing this manual, there was a free request volume you can use for testing without being charged.

Configuration

Configuration is done in data objects. There is a global configuration object that takes the ChatGPT API key and a few other settings as follows:

This is also where you add so called shortcuts. Shortcuts are prompts that will be shown with all fields you configure. You should use them to globally add prompts for things like shortening or extending text length, change tonality or translate text. A shortcut can not reference data from other fields, it uses the chat history as an input only.

In order to add the Ghostwriter features to your PIM and CMS UI, you will also have to add field configuration objects. This is where all the prompt engineering is done on a per field level.

Find more documentation on how to use placeholders like e.g. {seo.title} directly in the configuration UI.

Further reading

The quality of the prompts you configure will have a huge impact on how useful Ghostwriter will be for your end users. You may even want to give end users access to the prompt configuration if they are savvy in prompt writing. This is OpenAI’s official prompt engineering guide: https://platform.openai.com/docs/guides/prompt-engineering

If you want to understand why the text lengths you configure in the field configuration is never 100% precise, please read about ChatGPT’s “token” concept here: https://help.openai.com/en/articles/4936856-what-are-tokens-and-how-to-count-them

How to get plugin

Write an email to [email protected] or [email protected].

Installation

There are two options to install plugin. First one (recommended) is to get access token that you need to use if you want to install plugin from our Private Package Repository. Next, execute the following commands:

composer config --global --auth http-basic.asioso-ghostwriter.repo.repman.io token YOUR-TOKEN
composer config repositories.asioso composer https://asioso-ghostwriter.repo.repman.io/

Second option is to get package as zip file, upload the zip file to your project (create a folder bundles in the Pimcore root folder) and add the following to your composer.json:

"repositories": [
{
"type": "artifact",
"url": "./bundles/"
}
]

Whatever approach you used, when you finish these steps you should be able to execute the following commands.

Pimcore 11:

composer require asioso/ghostwriter-bundle

or if Pimcore 10:

composer require asioso/ghostwriter-bundle:"^1.0"

Enable it:

// config/bundles.php
return [
    // ...
    Asioso\GhostwriterBundle\GhostwriterBundle::class => ['all' => true],
];

Install:

php bin/console pimcore:bundle:install GhostwriterBundle

Uninstall

php bin/console pimcore:bundle:uninstall GhostwriterBundle
composer remove asioso/ghostwriter-bundle

Authors and contact

The Ghostwriter plugin is a joint development of:

asioso GmbH, Wilhelmine-Reichard-Str. 26, 80935 München, Germany

www.asioso.de

yukon consulting GmbH, Waldpromenade 40b, 82131 Gauting, Germany

www.yukon.de

public-ghostwriter-bundle's People

Contributors

dusantasioso avatar chrisramm avatar

Watchers

asioso avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.