|
import { LLMResponse } from "@/types" |
|
|
|
export const mockLLMResponse: LLMResponse = [{ |
|
"panel": 1, |
|
"instructions": "wide shot of detective walking towards a UFO crash site", |
|
"caption": "Detective Jameson investigates a UFO crash in the desert" |
|
}, |
|
{ |
|
"panel": 2, |
|
"instructions": "close-up of detective's face, determined expression", |
|
"caption": "He's been tracking this case for weeks" |
|
}, |
|
{ |
|
"panel": 3, |
|
"instructions": "medium shot of detective examining UFO debris", |
|
"caption": "The evidence is scattered all over the desert" |
|
}, |
|
{ |
|
"panel": 4, |
|
"instructions": "close-up of strange symbol on UFO debris", |
|
"caption": "But what does this symbol mean?" |
|
}, |
|
{ |
|
"panel": 5, |
|
"instructions": "wide shot of detective walking towards a strange rock formation", |
|
"caption": "Jameson follows a trail that leads him deeper into the desert" |
|
}, |
|
{ |
|
"panel": 6, |
|
"instructions": "medium shot of detective discovering an alien body", |
|
"caption": "He's not alone in the desert" |
|
}, |
|
{ |
|
"panel": 7, |
|
"instructions": "close-up of alien's face, eyes closed, peaceful expression", |
|
"caption": "An alien life form, deceased" |
|
}, |
|
{ |
|
"panel": 8, |
|
"instructions": "wide shot of detective standing over the alien body, looking up at the sky", |
|
"caption": "Jameson wonders, what other secrets lie beyond the stars?" |
|
} |
|
] |