Update messages.js

This commit is contained in:
2026-03-20 23:44:19 -07:00
committed by GitHub
parent 4690837340
commit a4e87c6902

View File

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