typo3headless / typo3-ai
TYPO3 AI is extension which utilizes ChatGPT to accelerate the translation process in TYPO3 CMS by leveraging Artificial Intelligence powerful natural language processing capabilities.
Installs: 303
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 3
Forks: 1
Open Issues: 7
Type:typo3-cms-extension
Requires
- php: ~8.1
- openai-php/client: ^0.8.1
- typo3/cms-core: ^12.4
Requires (Dev)
- ergebnis/composer-normalize: ^2.37.0
- friendsofphp/php-cs-fixer: ^3.14.1
- helmich/typo3-typoscript-lint: ^3.1.0
- php-coveralls/php-coveralls: ^2.5.3
- phpstan/extension-installer: ^1.3.0
- phpstan/phpstan: ^1.10.34
- phpstan/phpstan-phpunit: ^1.3.11
- phpstan/phpstan-strict-rules: ^1.5.1
- saschaegerer/phpstan-typo3: ^1.9.0
- symfony/yaml: ^5.4 || ^6.1
- typo3/coding-standards: ^0.7.1
- typo3/testing-framework: ^6
- dev-main
- v12.x-dev
- v2.0.1
- v2.0.0
- 1.x-dev
- v1.1.1
- v1.1.0
- v1.0.1
- 1.0.0
- dev-Update-version-to-2.0.1
- dev-v12-support
- dev-dependabot/composer/friendsofphp/php-cs-fixer-tw-3.48.0
- dev-dependabot/github_actions/actions/cache-4
- dev-dependabot/composer/phpstan/phpstan-tw-1.10.56
- dev-dependabot/composer/ergebnis/composer-normalize-tw-2.41.1
- dev-dependabot/composer/php-coveralls/php-coveralls-tw-2.7.0
- dev-dependabot/composer/phpstan/phpstan-phpunit-tw-1.3.15
This package is auto-updated.
Last update: 2024-12-23 00:19:06 UTC
README
We want to introduce AI in TYPO3 CMS
ChatGPT (OpenAI) can greatly accelerate the translation process in TYPO3 CMS by leveraging Artificial Inteligence powerful natural language processing capabilities.
With ChatGPT, translation can be automated and improved with features such as language detection, translation suggestions, and content optimization. This not only saves time but also increases translation accuracy and ensures that content is delivered to a global audience in a timely and effective manner.
- We support
ChatGPT v3.5
Installation
Type composer require typo3headless/typo3-ai
Features
Create translation of page or content element just by one click:
- Go to your content element in desired language (not default).
- Click on new button
Translate by AI
. - You have new translaton of your element!
Configuration
- Create an account on website: https://platform.openai.com/
- Go to https://platform.openai.com/account/org-settings and copy your org id.
- Go to
Settings
andExtension Configuration
, set it asChatGPT id
. - Create new secret key on site https://platform.openai.com/account/api-keys
- Go to
Settings
andExtension Configuration
, set it asChatGPT secret api key
.
Requirements
You need at least TYPO3 v11
and PHP 8.1
.
Contact
TYPO3 AI
is brought to you by Macopedia with a big support of the community.