Skip to content

Commit 01a4f76

Browse files
com.openai.unity 8.6.5 (#359)
- updated com.utilities.rest -> 3.3.3 - updated com.utilities.encoder.wav -> 2.2.2
1 parent efed17f commit 01a4f76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
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.6.4",
6+
"version": "8.6.5",
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,9 +17,9 @@
1717
"url": "https://github.com/StephenHodgson"
1818
},
1919
"dependencies": {
20-
"com.utilities.rest": "3.3.2",
20+
"com.utilities.rest": "3.3.3",
2121
"com.utilities.websockets": "1.0.3",
22-
"com.utilities.encoder.wav": "2.2.1"
22+
"com.utilities.encoder.wav": "2.2.2"
2323
},
2424
"samples": [
2525
{

0 commit comments

Comments
 (0)