Open onexdata opened 9 months ago
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.
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
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.