An open API service indexing awesome lists of open source software.

https://github.com/hightemp/go_ai_translate

A command-line utility for translating text documents using the OpenRouter API.
https://github.com/hightemp/go_ai_translate

golang openrouter translate-cli translator

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# Go AI Translate

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

### Example

```bash
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