Skip to content

Commit

Permalink
feat: add DALL-E 3 API support on generating image
Browse files Browse the repository at this point in the history
  • Loading branch information
rainx committed Nov 7, 2023
1 parent 160c6e1 commit 327da41
Show file tree
Hide file tree
Showing 5 changed files with 308 additions and 280 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "feat: add DALL-E 3 API support on generating image",
"packageName": "@rightcapital/artist",
"email": "[email protected]",
"dependentChangeType": "patch"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"async-retry": "1.3.3",
"dotenv": "16.3.1",
"lodash": "4.17.21",
"openai": "4.14.1"
"openai": "4.16.1"
},
"scripts": {
"commit": "cz",
Expand Down
Loading

0 comments on commit 327da41

Please sign in to comment.