Skip to content

Commit b6480ee

Browse files
committed
chore: samples are added into the package.json
1 parent e1bab01 commit b6480ee

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

package.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,17 @@
1717
"author": {
1818
"name": "Sercan (Sarge) Altundas",
1919
"url": "https://github.com/srcnalt"
20-
}
20+
},
21+
"samples": [
22+
{
23+
"displayName": "ChatGPT",
24+
"description": "A simple ChatGPT like chat example.",
25+
"path": "Samples~/ChatGPT"
26+
},
27+
{
28+
"displayName": "DallE",
29+
"description": "A DALL.E text to image generation example.",
30+
"path": "Samples~/DallE"
31+
}
32+
]
2133
}

0 commit comments

Comments
 (0)