Open-Generative-AI/packages/studio
Anil Matcha b3b5744758 fix(lipsync): always send prompt for hasPrompt models so backend doesn't forward null
Infinite Talk i2v (and other hasPrompt lipsync models) rejected requests with
"field 'prompt' failed nullable validation" when the prompt textarea was blank,
because omitting the key caused the muapi backend to forward prompt: null.
Default to an empty string for hasPrompt models; keep omitting it for the rest.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-01 09:53:26 +05:30
..
src fix(lipsync): always send prompt for hasPrompt models so backend doesn't forward null 2026-05-01 09:53:26 +05:30
babel.config.json Convert to Next.js monorepo with shared studio component library 2026-03-21 10:47:00 +05:30
package-lock.json Convert to Next.js monorepo with shared studio component library 2026-03-21 10:47:00 +05:30
package.json refactor: sync with public monorepos and add as submodules 2026-04-23 16:08:38 +05:30
postcss.config.js Convert to Next.js monorepo with shared studio component library 2026-03-21 10:47:00 +05:30
tailwind.config.js Add missing muted/secondary colors to studio tailwind config 2026-03-21 16:01:46 +05:30