Skip to content

Commit 21700e0

Browse files
authored
Merge branch 'master' into dev/atty/text-davinci-003
2 parents 0bbcc88 + 0fc84b6 commit 21700e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ All breaking changes for major version releases are listed below.
7979
### 3.0.0
8080

8181
- The function signature of `createCompletion(engineId, params)` changed to `createCompletion(params)`. The value previously passed in as the `engineId` argument should now be passed in as `model` in the params object (e.g. `createCompletion({ model: "text-davinci-003", ... })`)
82+
- Replace any `createCompletionFromModel(params)` calls with `createCompletion(params)`
8283

8384
## Thanks
8485

0 commit comments

Comments
 (0)