yihong0618 / bilingual_book_maker

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

remove gpt-4-0314 from model list #371

Closed t-boeck closed 5 months ago

t-boeck commented 5 months ago

I was receiving the following error when attempting to translate with GPT4. Fixed for me by removing gpt-4-0314 from model list.

Error code: 404 - {'error': {'message': 'The model gpt-4-0314 has been deprecated, learn more here: https://platform.openai.com/docs/deprecations', 'type': 'invalid_request_error', 'param': None, 'code': 'model_not_found'}}

yihong0618 commented 5 months ago

@t-boeck existing user can use it for now, we may find a better way...to solve this image

yihong0618 commented 5 months ago

@t-boeck I changed it to a better, and merging this, thanks. And if also get some error, will revert this PR.

Thanks again.