Skip to content

Commit b405431

Browse files
com.openai.unity 8.4.2
- fix improper usage in AudioConfig
1 parent 1eefc93 commit b405431

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

OpenAI/Packages/com.openai.unity/Runtime/Chat/AudioConfig.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Licensed under the MIT License. See LICENSE in the project root for license information.
22

33
using Newtonsoft.Json;
4-
using System.Data.Odbc;
54
using UnityEngine.Scripting;
65

76
namespace OpenAI.Chat

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

+1-1
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.4.1",
6+
"version": "8.4.2",
77
"unity": "2021.3",
88
"documentationUrl": "https://github.com/RageAgainstThePixel/com.openai.unity#documentation",
99
"changelogUrl": "https://github.com/RageAgainstThePixel/com.openai.unity/releases",

0 commit comments

Comments
 (0)