mirror of
https://github.com/vibegif/vibegif.lol.git
synced 2026-04-07 02:12:12 +00:00
Update messages.js
This commit is contained in:
@@ -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`
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user