Skip to content

Commit 6ea3e46

Browse files
committed
version bump, fixes
1 parent 287a967 commit 6ea3e46

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "com.srcnalt.openai-unity",
3-
"version": "0.1.16",
3+
"version": "0.2.0",
44
"displayName": "OpenAI Unity",
5-
"description": "An unofficial OpenAI Unity Package that aims to help you use OpenAI API directly in Unity Game engine.",
5+
"description": "An unofficial OpenAI Unity package that aims to help you use OpenAI API directly in Unity game engine.",
66
"unity": "2020.3",
77
"unityRelease": "0f1",
88
"dependencies": {
@@ -25,11 +25,6 @@
2525
"description": "ChatGPT example using chat completion API.",
2626
"path": "Samples~/ChatGPT"
2727
},
28-
{
29-
"displayName": "Text Completion Chat",
30-
"description": "A simple ChatGPT like chat example using text completion API.",
31-
"path": "Samples~/Text Completion Chat"
32-
},
3328
{
3429
"displayName": "Stream Response",
3530
"description": "An example that shows how to stream text and chat completion responses.",

0 commit comments

Comments
 (0)