bilingual_book_maker icon indicating copy to clipboard operation
bilingual_book_maker copied to clipboard

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

Open chaojiang06 opened this issue 1 year ago • 2 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!

chaojiang06 avatar Sep 19 '23 17:09 chaojiang06

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!

astromaddie avatar Oct 01 '23 01:10 astromaddie

@chaojiang06 @astromaddie Hi I implented this feature. https://github.com/yihong0618/bilingual_book_maker/pull/420 @yihong0618 pls check this PR

mkXultra avatar Aug 14 '24 01:08 mkXultra