ntriga/pimcore-gpt-translations
最新稳定版本:11.0.1
Composer 安装命令:
composer require ntriga/pimcore-gpt-translations
包简介
Use Chat GPT in your Pimcore project to translate documents and objects.
README 文档
README
Use GPT to translate in Pimcore
Features
- Objects: Translate your objects' fields into multiple languages.
Dependencies
| Release | Supported Pimcore Versions | Supported Symfony Versions | Maintained | Branch |
|---|---|---|---|---|
| 1.x | 11.0 |
6.2 |
Feature Branch | master |
Installation
You can install the package via composer:
composer require ntriga/pimcore-gpt-translations
Add Bundle to bundles.php:
return [ OpenAI\Symfony\OpenAIBundle::class => ['all' => true], Ntriga\PimcoreGPTTranslations\PimcoreGPTTranslationsBundle::class => ['all' => true], ];
Add your GPT API key to your .env.local file:
OPENAI_API_KEY=sk-you-openai-api-key
Default configuration
Default configuration for the bundle can look like this:
parameters: gtp_translations_source_lang: 'nl' gtp_translations_target_langs: - 'fr'
Further configuration
For more information about the setup, check Setup
Changelog
Please see CHANGELOG for more information on what has changed recently.
Credits
License
GNU General Public License version 3 (GPLv3). Please see License File for more information.
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-07-02