Skip to content

Tags: kikaragyozov/OpenAI-DotNet

Tags

v7.3.2

Toggle v7.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
OpenAI-DotNet 7.3.2 (RageAgainstThePixel#177)

- Added detail parameter to ImageURL

v7.3.1

Toggle v7.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
OpenAI-DotNet 7.3.1 (RageAgainstThePixel#175)

- Fixed json serialization settings when EnableDebug is disabled

v7.3.0

Toggle v7.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
OpenAI-DotNet 7.3.0 (RageAgainstThePixel#168)

- Added `AgentsEndpoint`
- Added `ThreadsEndpoint`
- Updated `ImagesEndpoint` return types to `ImageResult` list
- Updated `FilesEndpoint.ListFilesAsync` with optional `purpose` filter
query parameter.
- Refactored list responses with a more generic `ListQuery` and
`ListResponse<TObject>` pattern
  - `EventList` -> `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`

---------

Co-authored-by: Khoroshev Evgeniy <[email protected]>
Co-authored-by: Evgenii Khoroshev <[email protected]>

v7.2.3

Toggle v7.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
OpenAI-DotNet 7.2.3 (RageAgainstThePixel#162)

- Added support for reading RateLimit information from the Headers

---------

Co-authored-by: Stephen Hodgson <[email protected]>

v7.2.2

Toggle v7.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
OpenAI-DotNet 7.2.2 (RageAgainstThePixel#161)

- Fixed Image Generation for Azure

v7.2.1

Toggle v7.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
OpenAI-DotNet 7.2.1 (RageAgainstThePixel#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

v7.2.0

Toggle v7.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
OpenAI-DotNet 7.2.0 (RageAgainstThePixel#158)

- Updated chat endpoint features
  - [x] json mode
  - [x] reproducible outputs
  - [x] tool functions
  - [x] gpt-vision

v7.1.0

Toggle v7.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
OpenAI-DotNet 7.1.0 (RageAgainstThePixel#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

v7.0.10

Toggle v7.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
OpenAI-DotNet 7.0.10 (RageAgainstThePixel#146)

- fixed processing time string culture conversion when parsing double

v7.0.9

Toggle v7.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
OpenAI-DotNet 7.0.9 (RageAgainstThePixel#140)

- Fixed Model delete permission Unauthorized Access check