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:
davinci-002
babbage-002
Unfortunately, neither of them was able to return a JSON response.
Now all demos shall work:
/invoice (tested)
/receipt (tested)
/ (text to fill, which was broken, but works now)
/camera (this as well, although not tested from mobile)
Description
The
text-davinci-003
model on theCompletionRequest
(@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
:davinci-002
babbage-002
Unfortunately, neither of them was able to return a JSON response.
Now all demos shall work:
/invoice
(tested)/receipt
(tested)/
(text to fill, which was broken, but works now)/camera
(this as well, although not tested from mobile)Fixes # (issue)
Type of change
Checklist
Additional for
Feature
type of change