Update messages.js

This commit is contained in:
2026-03-20 23:33:08 -07:00
committed by GitHub
parent 5fd1a6e93e
commit 086873fd1c

View File

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