From 0fe2225f7f2a4d3b58459769ecd9bec6718b9148 Mon Sep 17 00:00:00 2001 From: Stephen Hodgson Date: Thu, 30 Mar 2023 13:28:15 -0400 Subject: [PATCH] com.openai.unity 4.5.4 (#67) - updated dependencies --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c9bf17ea..fbf59223 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "OpenAI", "description": "A OpenAI package for the Unity Game Engine to use 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": "4.5.3", + "version": "4.5.4", "unity": "2021.3", "documentationUrl": "https://github.com/RageAgainstThePixel/com.openai.unity#documentation", "changelogUrl": "https://github.com/RageAgainstThePixel/com.openai.unity/releases", @@ -19,7 +19,7 @@ "dependencies": { "com.unity.nuget.newtonsoft-json": "3.0.2", "com.utilities.rest": "1.3.0", - "com.utilities.encoder.wav": "1.0.1" + "com.utilities.encoder.wav": "1.0.2" }, "publishConfig": { "registry": "https://package.openupm.com"