strapi-chatgpt icon indicating copy to clipboard operation
strapi-chatgpt copied to clipboard

Adding a current model (gpt-3.5-turbo) still gives error

Open onexdata opened this issue 1 year ago • 1 comments

When I update the plugin to use an existing model, it gives this error...

error: This is a chat model and not supported in the v1/completions endpoint. Did you mean to use v1/chat/completions?

...suggesting maybe the whole API has been updated since this plugin was written.

onexdata avatar Feb 08 '24 18:02 onexdata

I actually took the plugin and amke the changes needed to make it functional while adding a bunch of other features. This plugin uses chatgpt4 and chatgpt4o.

https://github.com/theCompanyDream/strapi-supergpt

theCompanyDream avatar May 18 '24 23:05 theCompanyDream