yihong0618 / bilingual_book_maker

Make bilingual epub books Using AI translate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to add support for using context in gpt-3.5?

chaojiang06 opened this issue · comments

Hey, thank you for the great work!

I am wondering if it is possible to add the function of using context in gpt-3.5 model? As that model is considerably cheaper, adding context is relatively affordable and may help to improve the translation quality.

Moreover, if the context length can be adjusted, e.g., 1 or 2 or 3 paragraphs, that will be awesome!

Thanks again for this great work!

Hey, I could probably add this in as the model works currently. When I first added the context feature, the 3.5 model's total token limit was considerably shorter than it is now. Also, great idea about the context length, I should add that in too!