Skip to content

Commit 9651023

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 f98b0c0 commit 9651023

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

OpenAI/Packages/com.openai.unity/package.json

Lines changed: 3 additions & 3 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.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
{

OpenAI/Packages/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
3-
"com.unity.ide.rider": "3.0.35",
4-
"com.unity.ide.visualstudio": "2.0.22",
3+
"com.unity.ide.rider": "3.0.36",
4+
"com.unity.ide.visualstudio": "2.0.23",
55
"com.unity.textmeshpro": "3.0.9",
66
"com.unity.ugui": "1.0.0",
77
"com.utilities.buildpipeline": "1.6.1"

0 commit comments

Comments
 (0)