Update messages.js

This commit is contained in:
2026-03-20 23:36:28 -07:00
committed by GitHub
parent 086873fd1c
commit 4690837340

View File

@@ -10,6 +10,6 @@ export function buildNextMessage(frameIndex, frameCount) {
role: 'user',
content:
`we are trying to create a gif using this img.` +
`KEEP IMAGE THE SAME & make the image move by slightly editing this image`
`KEEP IMAGE THE SAME & generate 1 frame ahead - make it move by slightly editing this image`
};
}