asyncwebio / strapi-chatgpt

Integrate ChatGPT into your Strapi application. You get both a UI to interact with ChatGPT and an API end-points to integrate into your applications.
MIT License
17 stars 5 forks source link

Replace deprecated gpt models #13

Open dinosoeren opened 6 months ago

dinosoeren commented 6 months ago

davinci and curie models have been deprecated in favor of gpt-3.5-turbo-instruct (https://platform.openai.com/docs/deprecations)

wesley-salazar commented 5 months ago

Ahh, I was looking for this. Thank you.

Do you have any idea on when the admins will merge this? It looks like it's been a year since the last commit.

theCompanyDream commented 5 months ago

Bro don't even bother I submitted this like 2 months ago. If you want something that legitemaley works. I actually forked the repo and got it working. https://github.com/theCompanyDream/strapi-supergpt. It's not just the values that needed to be updated but the actual underlying library.