feat: DALL-E-3 support 🎨 (#1147)

* feat: DALL-E-3 support

* fix(ci): lock-in openai dependency for types used in data-provider
This commit is contained in:
Danny Avila 2023-11-06 19:45:59 -05:00 committed by GitHub
parent 48c087cc06
commit 3a38b4b842
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 202 additions and 7 deletions

View file

@ -95,6 +95,19 @@
}
]
},
{
"name": "DALL-E-3",
"pluginKey": "dalle",
"description": "[DALL-E-3] Create realistic images and art from a description in natural language",
"icon": "https://i.imgur.com/u2TzXzH.png",
"authConfig": [
{
"authField": "DALLE_API_KEY",
"label": "OpenAI API Key",
"description": "You can use DALL-E with your API Key from OpenAI."
}
]
},
{
"name": "Calculator",
"pluginKey": "calculator",