Skip to content

Commit 80050a0

Browse files
com.openai.unity 8.7.4 (#389)
- bump deps - added sample menu to unity editor project
1 parent b2af124 commit 80050a0

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "OpenAI",
44
"description": "A OpenAI package for the Unity Game Engine to use GPT-4, GPT-3.5, GPT-3 and Dall-E though their RESTful API (currently in beta).\n\nIndependently developed, this is not an official library and I am not affiliated with OpenAI.\n\nAn OpenAI API account is required.",
55
"keywords": [],
6-
"version": "8.7.3",
6+
"version": "8.7.4",
77
"unity": "2021.3",
88
"documentationUrl": "https://github.com/RageAgainstThePixel/com.openai.unity#documentation",
99
"changelogUrl": "https://github.com/RageAgainstThePixel/com.openai.unity/releases",
@@ -17,10 +17,8 @@
1717
"url": "https://github.com/StephenHodgson"
1818
},
1919
"dependencies": {
20-
"com.utilities.async": "2.2.3",
21-
"com.utilities.audio": "2.2.5",
22-
"com.utilities.encoder.wav": "2.2.2",
23-
"com.utilities.rest": "3.3.3",
20+
"com.utilities.encoder.wav": "2.2.3",
21+
"com.utilities.rest": "3.3.8",
2422
"com.utilities.websockets": "1.0.4"
2523
},
2624
"samples": [

0 commit comments

Comments
 (0)