You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But if you are going to be translating that much, it would be best for you to convert them into batches < 1024 tokens and then translate them in parallel.
You can look at my test to see how you can pass multiple batches to the API. In general, the API checks for newlines, splits and sends the entire batch to translate_iterable.
I've noticed that when I try to translate a long story, the output gets truncated. How can I increase the length of the translated text?
The text was updated successfully, but these errors were encountered: