File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.srcnalt.openai-unity" ,
3
- "version" : " 0.1.16 " ,
3
+ "version" : " 0.2.0 " ,
4
4
"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." ,
6
6
"unity" : " 2020.3" ,
7
7
"unityRelease" : " 0f1" ,
8
8
"dependencies" : {
25
25
"description" : " ChatGPT example using chat completion API." ,
26
26
"path" : " Samples~/ChatGPT"
27
27
},
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
- },
33
28
{
34
29
"displayName" : " Stream Response" ,
35
30
"description" : " An example that shows how to stream text and chat completion responses." ,
You can’t perform that action at this time.
0 commit comments