bobber commited on
Commit
6f59e04
·
verified ·
1 Parent(s): 1d97bc9

Restore settings panel + Vexorium style: src/model-config.ts

Browse files
Files changed (1) hide show
  1. src/model-config.ts +6 -5
src/model-config.ts CHANGED
@@ -22,21 +22,22 @@ export const MODEL_CONFIG: ModelConfig = {
22
  {
23
  label: "AI researcher",
24
  prompt:
25
- "I think the most important thing about neural networks is that they're actually quite simple.",
26
  },
27
  {
28
  label: "Robotics engineer",
29
  prompt:
30
- "The biggest challenge in robotics isn't the hardware — it's the software.",
31
  },
32
  {
33
  label: "Startup founder",
34
  prompt:
35
- "We just raised our Series A to build AI tools for construction.",
36
  },
37
  {
38
- label: "Just chatting",
39
- prompt: "Hello, I'm excited to be here.",
 
40
  },
41
  ],
42
  };
 
22
  {
23
  label: "AI researcher",
24
  prompt:
25
+ "I think the most important thing about neural networks is that they're actually quite simple — the emergent behavior is what surprises everyone.",
26
  },
27
  {
28
  label: "Robotics engineer",
29
  prompt:
30
+ "The biggest challenge in robotics isn't the hardware anymore — it's teaching machines to handle uncertainty in the real world.",
31
  },
32
  {
33
  label: "Startup founder",
34
  prompt:
35
+ "We just closed our Series A to bring AI-native tools to the construction industry. Most people think it's an unsexy space, but that's exactly why it's interesting.",
36
  },
37
  {
38
+ label: "Philosopher",
39
+ prompt:
40
+ "I've spent 20 years studying consciousness and I'm more uncertain about its nature today than when I started.",
41
  },
42
  ],
43
  };