yihong0618 / bilingual_book_maker

Make bilingual epub books Using AI translate
MIT License
6.92k stars 1k forks source link

text-davinci-003/text-davinci-002模型支持 #283

Open WeeAris opened 1 year ago

WeeAris commented 1 year ago

同属gpt-3.5家族的text-davinci-003/text-davinci-002模型具有和gpt-3.5-turbo水平相近的能力,但速率限制限额更高。

yihong0618 commented 1 year ago

OK will add these days and PR welcome

WeeAris commented 1 year ago

OK will add these days and PR welcome

I just browsed the code and I found that the GPT3 model request uses the text-davinci-003 model, which is actually the GPT3.5 model, and the GPT3 model list is here. You may need to check the current --model parameters.