Releases: srcnalt/OpenAI-Unity
Releases · srcnalt/OpenAI-Unity
v0.1.9
Fixed:
- Sample projects' UI scripts are fixed.
Full Changelog: v0.1.8...v0.1.9
v0.1.8
What's Changed
- Fix for json serializer for devices with non-english system language. by @srcnalt in #27
- ChatGPT Api Implementation and Example by @srcnalt in #28
- Whisper Audio API Implementation by @srcnalt in #29
Full Changelog: v0.1.7...v0.1.8
v0.1.7
Added
- Form upload support for WebGL
v0.1.6
Changed
- Most requests are turned into UnityWebRequests from Net.Http
- Samples examples updated with null checks.
- Array data types turned into lists to prevent WebGL errors.
v0.1.5
Added
- Support for passing API key as a parameter when creating OpenAIApi instance
v0.1.4
Fix
- C# 6 compatibility in DallE sample scene script
v0.1.3
Changed
- Code updated to be C# 6 compatible
v0.1.2
Added
- Auth data type for API key and organization info.
- File check for auth.json.
- Caching configuration object instead of creating it after script compilation.
Changed
- DallE sample project scene name changed.
v0.1.1
Added
- Response type interface created, all responses now have an Error field.
- Missing fields in Model and OpenAIFile added.
- Error check in DispatchRequest methods.
Changed
- Model struct is now OpenAIModel class.
Fixed
- Typo in FineTune and Choice fields.
Initial Release
v0.1.0
Update package.json