A daemon for monitoring an input source, automatically translating it via GPT, and adding the new source-translation pair to a language learning data store, such as Anki.
make bin
cd ./bin
export GPT_KEY="sk-...."
./cheonjae -i ./someText.txt
-
Inputs
- Text File
-
Translation
- GPT
- Detect out of credit
- Detect msg too complex (insufficient tokens)
- GPT
-
Outputs
- Ingest into Anki
- Ingest into Quizlet