or4cl3ai commited on
Commit
7027213
1 Parent(s): 76625b7

Update config.json

Browse files
Files changed (1) hide show
  1. 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
+ }