Download the PHP package pdchaudhary/chatgpt-pimcore without Composer

On this page you can find all versions of the php package pdchaudhary/chatgpt-pimcore. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package chatgpt-pimcore

chatgpt-pimcore

Enhance product data quality and streamline content creation with the Pimcore and ChatGPT integration.

Pro Package

Introducing the Pro Package! Unlock advanced features and supercharge your experience:

Overview

The integration of Pimcore and ChatGPT offers a powerful solution to enhance product data quality and streamline content creation processes. By leveraging this integration, businesses can optimize their data management workflows and improve the accuracy and consistency of product information. ChatGPT, a sophisticated language model, utilizes attribute-based inputs to generate detailed descriptions automatically. This integration empowers organizations to efficiently create high-quality content, resulting in enhanced customer experiences and improved productivity.

Make sure the bundle is enabled in the config/bundles.php file. The following lines should be added:

Install the assets:

Installation

  1. Open the Pimcore admin panel.
  2. Navigate to Settings and click on Bundles.
  3. Click on the plus icon (+) to enable the plugin.
  4. Proceed to add the chatgpt_auth_key in the website settings (Settings -> Website settings).
  5. Generate an API key from ChatGPT with read and write access. For instructions on generating a ChatGPT API key, please refer to the ChatGPT API documentation.

Here is a step-by-step description of the process after installing the integration:

  1. Once the integration is installed, you will notice a new ChatGPT button added on the object toolbar.
  2. Clicking on the ChatGPT button will open a popup window.
  3. Inside the popup, you will find three main fields- a. Selection of Field: Choose the field for which you want to generate AI-based content. This could be some specific textarea or wysiwyg type field within the object. b. AI Query Field: Use this field to customize the query that is being sent to the ChatGPT model. c. Number of Words: Specify the desired length of the generated content in terms of the number of words.
  4. Fill in the necessary information in the fields according to your requirements.
  5. Submit the query or input to the ChatGPT model by clicking a button or pressing enter.
  6. The ChatGPT integration will process the request and generate AI-based content based on the provided field selection, query, and word limit.
  7. The generated content will be automatically saved on selected field.

image


All versions of chatgpt-pimcore with dependencies

PHP Build Version
Package Version
Requires pimcore/pimcore Version >=10.0
php Version >=8.0
openai-php/client Version ^0.5.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package pdchaudhary/chatgpt-pimcore contains the following files

Loading the files please wait ....