Task/FOUR-12952: Update process translation project to use another model instead of deprecated text-davinci-003 by agustinbusso · Pull Request #5845 · ProcessMaker/processmaker

Issue & Reproduction Steps

According to the announcement of OpenAI the model text-davinci-003 are going to be deprecated. We need to update process translations in order to use another model.

Solution

  • Change the model from text-davinci-003 to gpt-3.5-turbo-16k
  • Change completion to chat mode required for newest models.

Related Tickets & Packages

ci:deploy