* Feat: combine multiple lines into one block
bug: some text is not replaced with translation
* Fix: some text are not translated
known issue:
1. sometime the original text show up
2. resume function not working
* Style: clean up code
* fix: bugs for using exlude_filelists and only_filelists
1. progress bars: only calculating tags in files that will be included
2. temp_file: avoid mismatch between translated texts and original texts
* simplify logic
* add `temperature` parameter to OpenAI based translators and `Claude`
* add `temperature` parameter to book loaders
* add `--temperature` option to cli
* feat: add gpt4 support
* Update prompt_template_sample.json
* fix: cleaned up formatting for quotes
* feature: added context functionality (--use_context) for GPT4 model, which accumulates a running paragraph giving historical context to the current passage
* fix: propagated context_flag argument to txt_loader and srt_loader
* Updated Readme to include GPT4 parameters
* Removed debug output
* fix: lint
---------
Co-authored-by: yihong <zouzou0208@gmail.com>
* fix list number in readmes
* fix list number in readmes
* unify prompt config for role user and system
* update json sample file
* update documents and add test
* update readmes
* add prompt template
* format output for ChatGPTAPITranslator
* black format files
* fix: google txt loader failed
---------
Co-authored-by: yihong0618 <zouzou0208@gmail.com>