Releases: RageAgainstThePixel/OpenAI-DotNet
Releases · RageAgainstThePixel/OpenAI-DotNet
OpenAI-DotNet 7.3.4
What's Changed
- OpenAI-DotNet 7.3.4 by @StephenHodgson in #184
- Fixed AudioTranslationRequest.Temperature type. int? -> float?
Full Changelog: v7.3.3...v7.3.4
OpenAI-DotNet 7.3.3
What's Changed
- OpenAI-DotNet 7.3.3 by @kikaragyozov in #179
- Fixed Threads.FileCitation json property name
New Contributors
- @kikaragyozov made their first contribution in #179
Full Changelog: v7.3.2...v7.3.3
OpenAI-DotNet 7.3.2
What's Changed
- OpenAI-DotNet 7.3.2 by @StephenHodgson in #177
- Added detail parameter to ImageURL
Full Changelog: v7.3.1...v7.3.2
OpenAI-DotNet 7.3.1
What's Changed
- OpenAI-DotNet 7.3.1 by @StephenHodgson in #175
- Fixed json serialization settings when EnableDebug is disabled
Full Changelog: v7.3.0...v7.3.1
v7.3.0
What's Changed
- OpenAI-DotNet 7.3.0 by @StephenHodgson in #168
- Added
AssistantsEndpoint
- Added
ThreadsEndpoint
- Updated
ImagesEndpoint
return types toImageResult
list - Updated
FilesEndpoint.ListFilesAsync
with optionalpurpose
filter query parameter. - Refactored list responses with a more generic
ListQuery
andListResponse<TObject>
patternEventList
->ListResponse<EventResponse>
FineTuneJobList
->ListResponse<FineTuneJobResponse>
- Standardized names for timestamps to have suffix:
UnixTimeSeconds
- Standardized response class names (existing classes depreciated)
FileData
->FileResponse
CompletionResult
->CompletonResponse
Event
->EventResponse
FineTuneJob
->FineTuneJobResponse
- Added
New Contributors
- @khoroshevj make their first pull request in #166
Full Changelog: v7.2.3...v7.3.0
OpenAI-DotNet 7.2.3
What's Changed
- OpenAI-DotNet 7.2.3 by @chsword in #162
- Added support for reading RateLimit information from the Headers
New Contributors
Full Changelog: v7.2.2...v7.2.3
OpenAI-DotNet 7.2.2
What's Changed
- OpenAI-DotNet 7.2.2 by @StephenHodgson in #161
- Fixed Image Generation for Azure
Full Changelog: v7.2.1...v7.2.2
OpenAI-DotNet 7.2.1
What's Changed
- OpenAI-DotNet 7.2.1 by @StephenHodgson in #159
- Fixed a NRE with chat Message.ToString call when dynamic content is json element
- Removed improper set accessors for Function.Arguments and Function.Parameters properties
- Removed improper ChatResponse constructor
- Fixed unit test names
- Updated docs
Full Changelog: v7.2.0...v7.2.1
OpenAI-DotNet 7.2.0
What's Changed
- OpenAI-DotNet 7.2.0 by @StephenHodgson in #158
- Updated chat endpoint features
- json mode
- gpt-vision
- reproducible outputs
- tool functions
- Updated chat endpoint features
Full Changelog: v7.1.0...v7.2.0
OpenAI-DotNet 7.1.0
What's Changed
-
OpenAI-DotNet 7.1.0 by @StephenHodgson in #147
- Added Text to speech endpoint
- Added Model parameters to Image endpoints
- Support for Dalle 3
- Convert Fine Tuning endpoint to latest
- Usually I make an effort to make the least breaking changes as possible, but this is a complete overhaul. If you were using this feature in any capacity before, you'll need to delete whatever you have and start over.
- Added
EnableDebug
property to all endpoints, which will toggle printing the api call details to the log console- Warning! Improperly enabling this in production environment may leak your api keys unless running proxy service!
- Removed
Model
check for all requests, api will now tell you if model can be used or not on specific endpoints - Removed
Obsolete
members - Marked EditEndpoint obsolete
Full Changelog: v7.0.10...v7.1.0