orangecat / translate-ai-openai
Translate AI module
Package info
github.com/olivertar/m2_translate_ai_openai
Type:magento2-module
pkg:composer/orangecat/translate-ai-openai
1.0.0
2025-11-30 16:18 UTC
Requires
- php: ^7.4 || ^8.1
- magento/framework: *
- orangecat/core: ^1.0.2
README
This module integrates OpenAI (ChatGPT) with the Orangecat ecosystem to provide AI-powered translations for your Magento 2 store.
Features
- OpenAI Integration: Connects to OpenAI's API to leverage models like GPT-3.5 and GPT-4 for high-quality translations.
- Secure Key Management: Safely stores your API key using Magento's encryption.
- Model Selection: Choose the specific OpenAI model that best fits your needs (speed vs. quality).
- Custom Timeout: Configure API timeouts to handle large translation requests.
Configuration
Go to Stores > Configuration > Orange Cat > Translate AI > OpenAI (ChatGPT).
- Enable: Activate the OpenAI provider.
- API Key: Enter your OpenAI API key.
- Model: Select the desired ChatGPT model.
- Timeout: Set the maximum time (in seconds) to wait for a response.