mirror of
https://github.com/yihong0618/bilingual_book_maker.git
synced 2025-06-05 19:15:34 +00:00
8 lines
166 B
Python
8 lines
166 B
Python
config = {
|
|
"translator": {
|
|
"chatgptapi": {
|
|
"context_paragraph_limit" : 3,
|
|
"batch_context_update_interval" : 50,
|
|
}
|
|
},
|
|
} |