datocms-plugin-dall-e-asset-source 0.2.7 → 0.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -5
- package/docs/demo.mp4 +0 -0
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# AI Asset Source
|
|
2
2
|
|
|
3
|
-

|
|
3
|
+

|
|
4
4
|
|
|
5
5
|
This plugin is an [asset source](https://www.datocms.com/docs/plugin-sdk/asset-sources) that lets you add AI-generated images from OpenAI and Google models directly into your DatoCMS Media Area.
|
|
6
6
|
|
|
@@ -24,7 +24,3 @@ Requires API access from OpenAI or Google. You'll need an API key, not just a mo
|
|
|
24
24
|
- Generation requests are sent directly from the browser to the selected provider using the configured API key
|
|
25
25
|
- This plugin only generates new assets from the asset source dropdown in the media area. Upload sidebar actions are not included.
|
|
26
26
|
|
|
27
|
-
## Changelog
|
|
28
|
-
|
|
29
|
-
- 0.2.7: Readme update and name change to "AI Asset Source" instead of "Image Generator asset source"
|
|
30
|
-
- 0.2.6 and prior: No changelog kept
|
package/docs/demo.mp4
ADDED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "datocms-plugin-dall-e-asset-source",
|
|
3
3
|
"description": "Generate images with configured providers and insert them directly inside your DatoCMS project",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.9",
|
|
5
5
|
"private": false,
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@ai-sdk/google": "^2.0.64",
|
|
@@ -38,6 +38,7 @@
|
|
|
38
38
|
},
|
|
39
39
|
"datoCmsPlugin": {
|
|
40
40
|
"title": "AI Asset Source",
|
|
41
|
+
"previewImage": "docs/demo.mp4",
|
|
41
42
|
"coverImage": "docs/cover.png",
|
|
42
43
|
"entryPoint": "dist/index.html"
|
|
43
44
|
},
|