mirror of
https://github.com/yihong0618/bilingual_book_maker.git
synced 2025-06-02 09:30:24 +00:00
9 lines
165 B
Python
9 lines
165 B
Python
config = {
|
|
"translator": {
|
|
"chatgptapi": {
|
|
"context_paragraph_limit": 3,
|
|
"batch_context_update_interval": 50,
|
|
}
|
|
},
|
|
}
|