Skip to content

Commit 2b2a66a

Browse files
authored
I think those are all the prompts from the website... (#182)
1 parent bbe678b commit 2b2a66a

File tree

1 file changed

+12
-21
lines changed

1 file changed

+12
-21
lines changed

src/lib/consts.ts

Lines changed: 12 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -10,30 +10,21 @@ export const PLAYWRIGHT_MOCKING_HEADER = 'x-playwright-mocking'
1010
export const MODEL_POLLING_INTERVAL = 6000
1111

1212
export const EXAMPLE_PROMPTS = [
13-
'A dodecahedron',
14-
'A camshaft',
15-
'A 1/2 inch gear with 21 teeth',
16-
'A 3x6 lego',
17-
'A 21-tooth involute helical gear',
18-
'A plate with 4 holes near each corner and rounded corners',
19-
'A mounting plate that is 12 inches wide and 6 inches tall. Put four holes in each corner for #10 fasteners and fillet each corner.',
20-
'A brick: 8 in. long 4 in. deep 2 in. tall—with chamfered edges',
21-
'Prosthetic hip',
22-
'Two gears to reduce rotation speed to half',
13+
'A 320mm vented brake rotor with 5 M12 holes on 114.3mm PCD',
14+
'Gallows frame, 2400x1250x450 mm, 6 brackets, angle iron',
15+
'A bone plate for a human femur, 8 holes, 4.5 mm screws',
2316
'Wing spar section',
17+
'Sash window, 500mm wide, 1000mm high, frame 30x50, 1 vertical bar, color: brown',
18+
'A 12 foot long I-beam with a depth of 10.17", a flange width of 5.750", flange thickness of 0.360", web thickness of 0.240", and fillet radius of 0.3',
2419
"A shepherd's hook bolt",
25-
'Bone plate',
26-
'Cold plate',
27-
'PDU faceplate',
28-
'I-beam, 12 in long, 4 in high, 2.66 x 0.29 in flange, 0.19 in web, 0.46 in root radius',
20+
'A car wheel',
21+
'A claw hammer',
2922
'Surgical drill guide, 150 mm handle, Ø2 & Ø3.2 mm bits, twin bit mounts with rotating grips',
30-
'A bone plate for a human femur, 8 holes, 4.5 mm screws',
31-
'Gallows frame, 2400x1250x450 mm, 6 brackets, angle iron',
32-
'A 320mm vented brake disc with 5 M12 holes on 114.3mm PCD',
33-
'Aircraft telemetry antenna, diameter 3 in, 6 CSK holes',
34-
'Angled three-finger gripper end-effector, 120 mm tall',
35-
'EV battery cooling plate, 400x200x10 mm, corner mounts',
36-
'Design a propellant line assembly with four mounting holes and one hole in the center of the bracket for a p-clamp. The p-clamp diameter should be 1.5 inches.'
23+
'Tooling nest block, 50 mm steel cube with 20 hemispherical indentations in various sizes',
24+
'I-beam, 12 in long, 4 in high, 2.66 x 0.29 in flange, 0.19 in web, 0.46 in root radius',
25+
'17-floor twisted tower, 30 m wide, 5 m floor height',
26+
'Cold plate',
27+
'Prosthetic hip'
3728
] as const
3829

3930
export const EXAMPLES_TO_SHOW = 4

0 commit comments

Comments
 (0)