Skip to content

Commit

Permalink
com.openai.unity 7.3.6 (#192)
Browse files Browse the repository at this point in the history
- updated com.utilities.rest -> 2.5.2
- updated com.utilities.encoder.wav -> 1.1.5
  • Loading branch information
StephenHodgson authored Feb 15, 2024
1 parent 0d6e81c commit 817978b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "OpenAI",
"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.",
"keywords": [],
"version": "7.3.5",
"version": "7.3.6",
"unity": "2021.3",
"documentationUrl": "https://github.com/RageAgainstThePixel/com.openai.unity#documentation",
"changelogUrl": "https://github.com/RageAgainstThePixel/com.openai.unity/releases",
Expand All @@ -17,8 +17,8 @@
"url": "https://github.com/StephenHodgson"
},
"dependencies": {
"com.utilities.rest": "2.5.1",
"com.utilities.encoder.wav": "1.1.4"
"com.utilities.rest": "2.5.2",
"com.utilities.encoder.wav": "1.1.5"
},
"samples": [
{
Expand Down

0 comments on commit 817978b

Please sign in to comment.