@picsart/ai-sdk 5.10.0 → 5.10.1
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/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -7772,7 +7772,7 @@ var { MODELS: MODELS32 } = defineModels("google", [
|
|
|
7772
7772
|
description: "Extended music generation up to 184s with vocals, powered by Google Lyria 3 Pro.",
|
|
7773
7773
|
features: [feat("Image Input", "input"), feat("Vocal & Instrumental", "characteristic"), feat("Up to 184s", "duration")],
|
|
7774
7774
|
paramConfig: {
|
|
7775
|
-
...params.prompt(),
|
|
7775
|
+
...params.prompt({ placeholder: "Generate voiceover, music and sound effects" }),
|
|
7776
7776
|
...params.imageInput(10, "Mood Images")
|
|
7777
7777
|
}
|
|
7778
7778
|
}
|