mirror of
https://github.com/yihong0618/bilingual_book_maker.git
synced 2025-06-06 11:35:49 +00:00

* 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>