LLM Translator
Translate text and files between any languages using customizable LLM APIs.
Quick Start
Option 1: Using Config File (Recommended)
- Copy the config template:
cp assets/config.template.json translator-config.json
- Edit
translator-config.jsonwith your API credentials:
{
"api_base": "https://api.openai.com/v1",
"api_key": "your-api-key-here",
"model": "gpt-3.5-turbo"
}
- Run translation:
python scripts/translate.py "Hello
[Description truncada. Veja o README completo no GitHub.]