diff --git a/Runtime/Chat/AudioConfig.cs b/Runtime/Chat/AudioConfig.cs index 5709d1f..3723b04 100644 --- a/Runtime/Chat/AudioConfig.cs +++ b/Runtime/Chat/AudioConfig.cs @@ -1,7 +1,6 @@ // Licensed under the MIT License. See LICENSE in the project root for license information. using Newtonsoft.Json; -using System.Data.Odbc; using UnityEngine.Scripting; namespace OpenAI.Chat diff --git a/package.json b/package.json index d911d49..14bc5cf 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-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": "8.4.1", + "version": "8.4.2", "unity": "2021.3", "documentationUrl": "https://github.com/RageAgainstThePixel/com.openai.unity#documentation", "changelogUrl": "https://github.com/RageAgainstThePixel/com.openai.unity/releases",