Spaces:
Runtime error
Runtime error
Update config.json
Browse files- config.json +18 -0
config.json
CHANGED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"title": "Or4cl3ai Aiden",
|
| 3 |
+
"description": "An AI assistant designed to help users with a wide range of tasks.",
|
| 4 |
+
"input": [
|
| 5 |
+
{
|
| 6 |
+
"type": "text",
|
| 7 |
+
"label": "Enter your text",
|
| 8 |
+
"default": "Hello, how can I assist you?"
|
| 9 |
+
}
|
| 10 |
+
],
|
| 11 |
+
"output": [
|
| 12 |
+
{
|
| 13 |
+
"type": "text",
|
| 14 |
+
"label": "Output",
|
| 15 |
+
"default": "Please enter some text to get started."
|
| 16 |
+
}
|
| 17 |
+
]
|
| 18 |
+
}
|