commitgpt icon indicating copy to clipboard operation
commitgpt copied to clipboard

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

Open TheKnarf opened this issue 1 year ago • 1 comments

// ...
  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'
    }
  }

TheKnarf avatar Feb 12 '24 11:02 TheKnarf

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

ShivamIgnite avatar Jun 19 '24 18:06 ShivamIgnite