27 Commits

Author SHA1 Message Date
yihong0618
fcbfd37030 fix: drop chatgpt account 2023-04-03 19:59:40 +08:00
hleft
fd5782513a
support exclude or only translate filelist, exclude taglist (#216)
* support exclude_filelist

support only_filelist

* support exclude tags

* clean
2023-04-02 17:09:52 +08:00
Will 保哥
ffb76baa21
Fixes https://github.com/yihong0618/bilingual_book_maker/issues/109 (#221) 2023-04-02 11:51:01 +08:00
guaguaguaxia
91ef9fa788
feat: add ChatGPT Account translate method and input options to __init… (#43)
add ChatGPT Account translate method 

---------

Co-authored-by: yihong0618 <zouzou0208@gmail.com>
2023-03-30 19:28:00 +08:00
Daniel Parizher
e7ab4c7c81
Cleanup (#174)
* Clean up some code
2023-03-30 19:22:36 +08:00
Bryan Lee
2e0720739b
feat: add Azure OpenAI service support (#213)
* feat: add Azure OpenAI service support

* fix: code format

* fix: enforce `api_base` when providing `deployment_id`

---------

Co-authored-by: yihong0618 <zouzou0208@gmail.com>
2023-03-30 19:17:27 +08:00
h
1e7c8f9ce4 fix prettify, nest child
prettify().encode() cause <table> insert newline, cause style change

--translate-tags "p,li" , If p and li nest each other, there will be a bug
2023-03-22 22:58:23 +08:00
h
dfa1b9ada8 support --retranslate
use string for start,end

clean

autofind filename

fix bug, don't use index

clean
2023-03-22 22:58:21 +08:00
h
5bab5addb5 clean helper and shorter link in --accumulated_num 2023-03-19 21:30:34 +08:00
hleft
1d680a1ccf
support --translation_style (#185)
* support translation_style

* clean code
2023-03-19 21:20:30 +08:00
h
79b2d67cc9 Add more cases that don't require translation 2023-03-18 19:25:36 +08:00
yihong0618
ba87d0aa97 fix: #173 2023-03-17 22:59:07 +08:00
yihong
529749e055
fix: code format (#181)
* fix: code format

* fix: lint
2023-03-17 22:41:12 +08:00
h
6195ede713 fix --accumulated_num logic 2023-03-17 16:43:46 +08:00
hleft
e38a236be6
Cumulative translation (#148) 2023-03-16 21:25:47 +08:00
yihong
0dd61e5b3e
feat: support deepl (#162) 2023-03-13 23:13:04 +08:00
yihong
20b4d59b70
fix: #157 (#161) 2023-03-13 21:05:12 +08:00
zstone12
5d2c89a841
feat: batch translate txt file (#153)
* feat: batch translate txt file

* feat: batch size customed

* reslove conflicts
2023-03-12 23:03:28 +08:00
yihong
f09c2717f1
feat: pypi (#154)
* feat: pypi
2023-03-12 23:00:54 +08:00
Conan
ae3e3ba558
Unify prompt config for user and system (#151)
* 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
2023-03-12 14:48:24 +08:00
Conan
b1d62e8b30
added prompt template (#145)
* add prompt template

* format output for ChatGPTAPITranslator

* black format files

* fix: google txt loader failed

---------

Co-authored-by: yihong0618 <zouzou0208@gmail.com>
2023-03-11 21:51:29 +08:00
zstone12
aaa1ab4d7b
feat: add txt book loader (#143)
* feat: add txt book loader

* chore: add test book

* style: black

* feat: add _save_temp_book

* doc: add txt support desc
2023-03-11 14:37:25 +08:00
InzamZ
cbe165df19
fix(#92): add a arguments to allow NavigableStrings translate (#126)
* fix(#92): add a arguments to allow NavigableStrings


---------

Co-authored-by: yihong0618 <zouzou0208@gmail.com>
2023-03-10 15:24:20 +08:00
Brikarl
83afab371c
[bugfix] Fix the wrong typesetting of the generated temporary files (#124) 2023-03-09 14:48:37 +08:00
hleft
b25c4ca873
support config tags to translate (#107) 2023-03-08 22:11:43 +08:00
Frost Ming
6c72c29943
Minor improvements for loader and translator (#103)
* Minor improvements for loader and translator

* use rotate key

* fix: typo

---------

Co-authored-by: yihong0618 <zouzou0208@gmail.com>
2023-03-08 13:27:00 +08:00
yihong
cdeaaea6ce
feat: refactor and we have no type hint never (#97) 2023-03-07 23:09:26 +08:00