Skip to content

Commit 9b3d06d

Browse files
committed
add archive status
1 parent ab40061 commit 9b3d06d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/registry_schema.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
"date": {
3232
"type": "string",
3333
"format": "date"
34+
},
35+
"archived": {
36+
"type": "boolean"
3437
}
3538
},
3639
"required": ["title", "path", "tags", "authors"],

registry.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1300,6 +1300,7 @@
13001300
- 0hq
13011301
tags:
13021302
- dall-e
1303+
archived: true
13031304

13041305
- title: How to make your completions outputs consistent with the new seed parameter
13051306
path: examples/Reproducible_outputs_with_the_seed_parameter.ipynb

0 commit comments

Comments
 (0)