itacaiunas commited on
Commit
b2740fc
1 Parent(s): d5a047f

Update src/app/queries/mockLLMResponse.ts

Browse files
Files changed (1) hide show
  1. src/app/queries/mockLLMResponse.ts +23 -23
src/app/queries/mockLLMResponse.ts CHANGED
@@ -2,42 +2,42 @@ import { LLMResponse } from "@/types"
2
 
3
  export const mockLLMResponse: LLMResponse = [{
4
  "panel": 1,
5
- "instructions": "plano amplo do detetive caminhando em direção ao local da queda de um OVNI",
6
- "caption": "Detetive Jameson investiga a queda de um OVNI no deserto"
7
  },
8
  {
9
- "panel": 2,
10
- "instructions": "close do rosto do detetive, expressão determinada",
11
- "caption": "Ele está acompanhando este caso semanas"
12
  },
13
  {
14
- "panel": 3,
15
- "instructions": "plano médio do detetive examinando destroços de OVNIs",
16
- "caption": "As evidências estão espalhadas por todo o deserto"
17
  },
18
  {
19
- "panel": 4,
20
- "instructions": "close de símbolo estranho em destroços de OVNI",
21
- "caption": "Mas o que esse símbolo significa?"
22
  },
23
  {
24
- "panel": 5,
25
- "instructions": "plano amplo do detetive caminhando em direção a uma estranha formação rochosa",
26
- "caption": "Jameson segue uma trilha que o leva mais fundo no deserto"
27
  },
28
  {
29
- "panel": 6,
30
- "instructions": "plano médio do detetive descobrindo um corpo alienígena",
31
- "caption": "Ele não está sozinho no deserto"
32
  },
33
  {
34
- "panel": 7,
35
- "instructions": "close do rosto do alienígena, olhos fechados, expressão pacífica",
36
- "caption": "Uma forma de vida alienígena, falecida"
37
  },
38
  {
39
- "panel": 8,
40
- "instructions": "plano amplo do detetive parado sobre o corpo alienígena, olhando para o céu",
41
- "caption": "Jameson se pergunta: que outros segredos existem além das estrelas?"
42
  }
43
  ]
 
2
 
3
  export const mockLLMResponse: LLMResponse = [{
4
  "panel": 1,
5
+ "instructions": "wide shot of detective walking towards a UFO crash site",
6
+ "caption": "Detective Jameson investigates a UFO crash in the desert"
7
  },
8
  {
9
+ "panel": 2,
10
+ "instructions": "close-up of detective's face, determined expression",
11
+ "caption": "He's been tracking this case for weeks"
12
  },
13
  {
14
+ "panel": 3,
15
+ "instructions": "medium shot of detective examining UFO debris",
16
+ "caption": "The evidence is scattered all over the desert"
17
  },
18
  {
19
+ "panel": 4,
20
+ "instructions": "close-up of strange symbol on UFO debris",
21
+ "caption": "But what does this symbol mean?"
22
  },
23
  {
24
+ "panel": 5,
25
+ "instructions": "wide shot of detective walking towards a strange rock formation",
26
+ "caption": "Jameson follows a trail that leads him deeper into the desert"
27
  },
28
  {
29
+ "panel": 6,
30
+ "instructions": "medium shot of detective discovering an alien body",
31
+ "caption": "He's not alone in the desert"
32
  },
33
  {
34
+ "panel": 7,
35
+ "instructions": "close-up of alien's face, eyes closed, peaceful expression",
36
+ "caption": "An alien life form, deceased"
37
  },
38
  {
39
+ "panel": 8,
40
+ "instructions": "wide shot of detective standing over the alien body, looking up at the sky",
41
+ "caption": "Jameson wonders, what other secrets lie beyond the stars?"
42
  }
43
  ]