Skip to content

Commit 3c7a699

Browse files
committed
Update package.json
1 parent 369893f commit 3c7a699

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

package.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,21 @@
2525
"description": "ChatGPT example using chat completion API.",
2626
"path": "Samples~/ChatGPT"
2727
},
28-
{
29-
"displayName": "DallE",
30-
"description": "A DALL.E text to image generation example.",
31-
"path": "Samples~/DallE"
32-
},
3328
{
3429
"displayName": "Text Completion Chat",
3530
"description": "A simple ChatGPT like chat example using text completion API.",
3631
"path": "Samples~/Text Completion Chat"
3732
},
33+
{
34+
"displayName": "Stream Response",
35+
"description": "An example that shows how to stream text and chat completion responses.",
36+
"path": "Samples~/Stream Response"
37+
},
38+
{
39+
"displayName": "DallE",
40+
"description": "A DALL.E text to image generation example.",
41+
"path": "Samples~/DallE"
42+
},
3843
{
3944
"displayName": "Whisper",
4045
"description": "A Whisper audio to text generation example.",

0 commit comments

Comments
 (0)