iusztinpaul / hands-on-llms

🦖 𝗟𝗲𝗮𝗿𝗻 about 𝗟𝗟𝗠𝘀, 𝗟𝗟𝗠𝗢𝗽𝘀, and 𝘃𝗲𝗰𝘁𝗼𝗿 𝗗𝗕𝘀 for free by designing, training, and deploying a real-time financial advisor LLM system ~ 𝘴𝘰𝘶𝘳𝘤𝘦 𝘤𝘰𝘥𝘦 + 𝘷𝘪𝘥𝘦𝘰 & 𝘳𝘦𝘢𝘥𝘪𝘯𝘨 𝘮𝘢𝘵𝘦𝘳𝘪𝘢𝘭𝘴
MIT License
3.11k stars 483 forks source link

The text-davinci-003 model is deprecated #87

Open patrickclancy opened 2 months ago

patrickclancy commented 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

patrickclancy commented 2 months ago

I replaced text-davinci-003 with gpt-3.5-turbo-instruct and it worked as expected.