Skip to content

hightemp/go_ai_translate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published