-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ask: Are there any parameters that can be used to speed up translation? And how does it work? #436
Comments
sorry we do not use concurrency at first, only you can do is choose a faster model like groq |
Perhaps using bilingual_book_maker/book_maker/cli.py Lines 315 to 326 in a36b488
Because it is a batch run, there is no rate limit. However, according to openai, the batch execution will be completed within 24 hours. |
I also recommend the gpt4o-mini model. |
@mkXultra How can I use the 4o-mini model? I've tried a few methods, but none of them seem to work. |
@uyiewnil
if you want to use batch
|
@mkXultra |
my example: A 600KB .epub file takes 30 minutes to translate using GPT3.5
The text was updated successfully, but these errors were encountered: