RomanHotsiy / commitgpt

Automatically generate commit messages using ChatGPT
1.55k stars 89 forks source link

The model `text-davinci-003` has been deprecated, learn more here: https://platform.openai.com/docs/deprecations #42

Open TheKnarf opened 4 months ago

TheKnarf commented 4 months ago
// ...
  data: {
    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'
    }
  }
ShivamIgnite commented 2 weeks ago

Please use gpt-3.5-turbo atleast, and some command to change models