Spaces:
Sleeping
Sleeping
Restore settings panel + Vexorium style: src/model-config.ts
Browse files- 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
|
| 31 |
},
|
| 32 |
{
|
| 33 |
label: "Startup founder",
|
| 34 |
prompt:
|
| 35 |
-
"We just
|
| 36 |
},
|
| 37 |
{
|
| 38 |
-
label: "
|
| 39 |
-
prompt:
|
|
|
|
| 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 |
};
|