Skip to content

Commit

Permalink
hold "warning" filed when test in deprecated model "text-davinci-003"
Browse files Browse the repository at this point in the history
the default completion model "text-davinci-003" is deprecated, warning field appeared unexpected.

{
  "warning": "This model version is deprecated. Migrate before January 4, 2024 to avoid disruption of service. Learn more https://platform.openai.com/docs/deprecations",
  "id": "cmpl-7jTUpXmJZSjbeWtljF6NykqeQMIYo",
  "object": "text_completion",
  "created": 1691072499,
  "model": "text-davinci-003",
  • Loading branch information
wangmiao-1981 authored Aug 3, 2023
1 parent e721602 commit f02d98f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
@Data
public class CompletionResp {

private String warning;

private String id;

private String object;
Expand Down

0 comments on commit f02d98f

Please sign in to comment.