Open patrickclancy opened 2 months ago
Running the % make training-data command throws an error. It looks like text-davinci-003 is deprecated. Is there another model you'd recommend using?
openai.error.InvalidRequestError: The model text-davinci-003 has been deprecated, learn more here: https://platform.openai.com/docs/deprecations make: *** [training-data] Error 1
text-davinci-003
I replaced text-davinci-003 with gpt-3.5-turbo-instruct and it worked as expected.
Running the % make training-data command throws an error. It looks like text-davinci-003 is deprecated. Is there another model you'd recommend using?