From 086873fd1c85571afd7d81a324062e84e9a35d3e Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Fri, 20 Mar 2026 23:33:08 -0700 Subject: [PATCH] Update messages.js --- src/core/messages.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/messages.js b/src/core/messages.js index 460de51..67d390b 100644 --- a/src/core/messages.js +++ b/src/core/messages.js @@ -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` }; }