-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspecs.json
58 lines (58 loc) · 1.07 KB
/
specs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"information": {
"id": "gpt-storyteller",
"name": "GPT Story Teller",
"description": "Writes a moral story about the given prompt.",
"system_versions": [
"0.1"
],
"block_version": "block version number",
"block_source": "core/blocks/gpt-storyteller",
"block_type": "compute"
},
"inputs": {
"api_key": {
"type": "str",
"connections": [],
"relays": []
},
"story_description": {
"type": "str",
"connections": [],
"relays": []
}
},
"outputs": {
"story": {
"type": "Any",
"connections": [],
"relays": []
}
},
"action": {
"container": {
"image": "gpt-storyteller",
"version": "latest",
"command_line": [
"python",
"entrypoint.py"
]
}
},
"views": {
"node": {
"behavior": "modal",
"active": "True or False",
"title_bar": {
},
"preview": {
"active": "false"
},
"html": "",
"pos_x": "300",
"pos_y": "200",
"pos_z": "999"
}
},
"events": {}
}