orangecat / translate-ai-openai
Translate AI module
Installs: 2
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
pkg:composer/orangecat/translate-ai-openai
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.