vaadin / form-filler-addon

Other
4 stars 0 forks source link

chore/fix: Removed ChatGPTService and so fixed the `/` root URL path demo (filling the from from text), now all examples should be good. #149

Closed czp13 closed 10 months ago

czp13 commented 10 months ago

Description

The text-davinci-003 model on the CompletionRequest (@POST("/v1/completions")) endpoint have been deprecated. Removing it appears to be a solution for now, and it is recommended to use the alternative service, ChatGPTChatCompletionService.

This action is important, because we have had Discord users who were either unable to use the addon or were confused by it because of this issue.

We attempted to use the following models to replace the old text-davinci-003:

Unfortunately, neither of them was able to return a JSON response.

Now all demos shall work:

Fixes # (issue)

Type of change

Checklist

Additional for Feature type of change

czp13 commented 10 months ago

Closing this on in favour of #148 as discussed with @mgarciavaadin! 🙇