voorhoede / datocms-plugin-translate-fields

A DatoCMS plugin that gives you the ability to translate structured-text, string and text fields in DatoCMS
https://www.datocms.com/marketplace/plugins/i/datocms-plugin-translate-fields
ISC License
6 stars 10 forks source link

Deprecated OpenAI model #50

Open agottfredsson opened 3 months ago

agottfredsson commented 3 months ago

Hi!

Are you guys aware of this issue regarding using OpenAI as translation service, or is there a way to configure the model with the plugin?

{
    "error": {
        "message": "The model `text-davinci-003` has been deprecated, learn more here: https://platform.openai.com/docs/deprecations",
        "type": "invalid_request_error",
        "param": null,
        "code": "model_not_found"
    }
}
agottfredsson commented 3 months ago

I noticed i needed to enable the "Auto apply to fields" switch to be able to reach the configuration of the model.

Siilwyn commented 2 months ago

We'll look into this in the future and are open to a PR to replace this model with gpt-3.5-turbo-instruct.