Update messages.js

This commit is contained in:
2026-03-20 23:27:16 -07:00
committed by GitHub
parent 86f82677c9
commit 5fd1a6e93e

View File

@@ -9,7 +9,7 @@ export function buildNextMessage(frameIndex, frameCount) {
return { return {
role: 'user', role: 'user',
content: content:
`imagine we are trying to create a ${frameCount} frame gif. ` + `imagine we are trying to create a ${frameCount} frame gif using this img.` +
`generate the next meaningful frame (frame ${frameIndex} of ${frameCount})` `make the image move by slightly editing part of this image`
}; };
} }