Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
srcnalt committed Apr 22, 2023
1 parent 369893f commit 3c7a699
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,21 @@
"description": "ChatGPT example using chat completion API.",
"path": "Samples~/ChatGPT"
},
{
"displayName": "DallE",
"description": "A DALL.E text to image generation example.",
"path": "Samples~/DallE"
},
{
"displayName": "Text Completion Chat",
"description": "A simple ChatGPT like chat example using text completion API.",
"path": "Samples~/Text Completion Chat"
},
{
"displayName": "Stream Response",
"description": "An example that shows how to stream text and chat completion responses.",
"path": "Samples~/Stream Response"
},
{
"displayName": "DallE",
"description": "A DALL.E text to image generation example.",
"path": "Samples~/DallE"
},
{
"displayName": "Whisper",
"description": "A Whisper audio to text generation example.",
Expand Down

0 comments on commit 3c7a699

Please sign in to comment.