OpenAI-DotNet

A Non-Official OpenAI RESTful API Client for DotNet

MIT License

Stars
690
Committers
2

Bot releases are hidden (Show)

OpenAI-DotNet - OpenAI-DotNet 7.6.1

Published by StephenHodgson 10 months ago

What's Changed

Full Changelog: https://github.com/RageAgainstThePixel/OpenAI-DotNet/compare/v7.6.0...v7.6.1

OpenAI-DotNet - OpenAI-DotNet 7.6.0

Published by StephenHodgson 10 months ago

What's Changed

Full Changelog: https://github.com/RageAgainstThePixel/OpenAI-DotNet/compare/v7.5.0...v7.6.0

OpenAI-DotNet - OpenAI-DotNet 7.5.0

Published by StephenHodgson 10 months ago

What's Changed

  • OpenAI-DotNet 7.5.0 by @StephenHodgson in https://github.com/RageAgainstThePixel/OpenAI-DotNet/pull/209
    • Changed OpenAIClient to implement IDisposable.
      • Disposing OpenAICLient is now required if you're not passing a custom HttpClient.
      • If passing an custom HttpClient, it will need to be expressly disposed after use.
    • Updated Chat.Message.CopyFrom Content check from string.IsNullOrEmpty to null check.

Full Changelog: https://github.com/RageAgainstThePixel/OpenAI-DotNet/compare/v7.4.4...v7.5.0

OpenAI-DotNet - OpenAI-DotNet 7.4.4

Published by StephenHodgson 10 months ago

OpenAI-DotNet - OpenAI-DotNet 7.4.3

Published by StephenHodgson 11 months ago

What's Changed

Full Changelog: https://github.com/RageAgainstThePixel/OpenAI-DotNet/compare/v7.4.2...v7.4.3

OpenAI-DotNet - OpenAI-DotNet 7.4.2

Published by StephenHodgson 11 months ago

What's Changed

Full Changelog: https://github.com/RageAgainstThePixel/OpenAI-DotNet/compare/v7.4.1...v7.4.2

OpenAI-DotNet - OpenAI-DotNet 7.4.1

Published by StephenHodgson 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/RageAgainstThePixel/OpenAI-DotNet/compare/v7.4.0...v7.4.1

OpenAI-DotNet - OpenAI-DotNet 7.4.0

Published by StephenHodgson 11 months ago

What's Changed

Full Changelog: https://github.com/RageAgainstThePixel/OpenAI-DotNet/compare/v7.3.8...v7.4.0

OpenAI-DotNet - OpenAI-DotNet 7.3.8

Published by StephenHodgson 11 months ago

What's Changed

  • OpenAI-DotNet 7.3.8 by @StephenHodgson in https://github.com/RageAgainstThePixel/OpenAI-DotNet/pull/192
    • Added Chat.Content.ctr overloads and implicit casting for easier usage
    • Internal refactoring of FilesEndpoint.DeleteFileAsync (better status checking)
    • Internal refactoring of FineTuningEndpoint to ensure we're properly setting response data
    • Updated unit tests
    • Updated docs

Full Changelog: https://github.com/RageAgainstThePixel/OpenAI-DotNet/compare/v7.3.7...v7.3.8

OpenAI-DotNet - OpenAI-DotNet 7.3.7

Published by StephenHodgson 11 months ago

What's Changed

Full Changelog: https://github.com/RageAgainstThePixel/OpenAI-DotNet/compare/v7.3.6...v7.3.7

OpenAI-DotNet - OpenAI-DotNet 7.3.6

Published by StephenHodgson 11 months ago

What's Changed

Full Changelog: https://github.com/RageAgainstThePixel/OpenAI-DotNet/compare/v7.3.5...v7.3.6

OpenAI-DotNet - OpenAI-DotNet 7.3.5

Published by StephenHodgson 11 months ago

What's Changed

Full Changelog: https://github.com/RageAgainstThePixel/OpenAI-DotNet/compare/v7.3.4...v7.3.5

OpenAI-DotNet - OpenAI-DotNet 7.3.4

Published by StephenHodgson 11 months ago

What's Changed

Full Changelog: https://github.com/RageAgainstThePixel/OpenAI-DotNet/compare/v7.3.3...v7.3.4

OpenAI-DotNet - OpenAI-DotNet 7.3.3

Published by StephenHodgson 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/RageAgainstThePixel/OpenAI-DotNet/compare/v7.3.2...v7.3.3

OpenAI-DotNet - OpenAI-DotNet 7.3.2

Published by StephenHodgson 11 months ago

What's Changed

Full Changelog: https://github.com/RageAgainstThePixel/OpenAI-DotNet/compare/v7.3.1...v7.3.2

OpenAI-DotNet - OpenAI-DotNet 7.3.1

Published by StephenHodgson 11 months ago

What's Changed

Full Changelog: https://github.com/RageAgainstThePixel/OpenAI-DotNet/compare/v7.3.0...v7.3.1

OpenAI-DotNet - v7.3.0

Published by StephenHodgson 11 months ago

What's Changed

  • OpenAI-DotNet 7.3.0 by @StephenHodgson in https://github.com/RageAgainstThePixel/OpenAI-DotNet/pull/168
    • Added AssistantsEndpoint
    • 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

New Contributors

  • @khoroshevj make their first pull request in #166

Full Changelog: https://github.com/RageAgainstThePixel/OpenAI-DotNet/compare/v7.2.3...v7.3.0

OpenAI-DotNet - OpenAI-DotNet 7.2.3

Published by StephenHodgson 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/RageAgainstThePixel/OpenAI-DotNet/compare/v7.2.2...v7.2.3

OpenAI-DotNet - OpenAI-DotNet 7.2.2

Published by StephenHodgson 11 months ago

What's Changed

Full Changelog: https://github.com/RageAgainstThePixel/OpenAI-DotNet/compare/v7.2.1...v7.2.2

OpenAI-DotNet - OpenAI-DotNet 7.2.1

Published by StephenHodgson 11 months ago

What's Changed

  • OpenAI-DotNet 7.2.1 by @StephenHodgson in https://github.com/RageAgainstThePixel/OpenAI-DotNet/pull/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: https://github.com/RageAgainstThePixel/OpenAI-DotNet/compare/v7.2.0...v7.2.1