File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 25
25
"description" : " ChatGPT example using chat completion API." ,
26
26
"path" : " Samples~/ChatGPT"
27
27
},
28
- {
29
- "displayName" : " DallE" ,
30
- "description" : " A DALL.E text to image generation example." ,
31
- "path" : " Samples~/DallE"
32
- },
33
28
{
34
29
"displayName" : " Text Completion Chat" ,
35
30
"description" : " A simple ChatGPT like chat example using text completion API." ,
36
31
"path" : " Samples~/Text Completion Chat"
37
32
},
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
+ },
38
43
{
39
44
"displayName" : " Whisper" ,
40
45
"description" : " A Whisper audio to text generation example." ,
You can’t perform that action at this time.
0 commit comments