hightemp / go_ai_translate

A command-line utility for translating text documents using the OpenRouter API.

Repository from Github https://github.comhightemp/go_ai_translateRepository from Github https://github.comhightemp/go_ai_translate

Go AI Translate

A command-line utility for translating text documents using the OpenRouter API.

Example

export OPENROUTER_API_KEY="sk-AAAAA"
./go_ai_translate \
    --input docs/manual.txt \
    --output docs/manual_translated.txt \
    --api-key sk-AAAAA \
    --to ru \
    --verbose

License

MIT

About

A command-line utility for translating text documents using the OpenRouter API.


Languages

Language:Go 97.5%Language:Makefile 2.5%