OpenAI-DotNet

A Non-Official OpenAI RESTful API Client for DotNet

MIT License

Stars
690
Committers
2

Bot releases are visible (Hide)

OpenAI-DotNet - OpenAI-DotNet 7.2.0

Published by StephenHodgson 12 months ago

What's Changed

Full Changelog: https://github.com/RageAgainstThePixel/OpenAI-DotNet/compare/v7.1.0...v7.2.0

OpenAI-DotNet - OpenAI-DotNet 7.1.0

Published by StephenHodgson 12 months ago

What's Changed

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

OpenAI-DotNet - OpenAI-DotNet 7.0.10

Published by StephenHodgson about 1 year ago

What's Changed

Full Changelog: https://github.com/RageAgainstThePixel/OpenAI-DotNet/compare/v7.0.9...v7.0.10

OpenAI-DotNet - OpenAI-DotNet 7.0.9

Published by StephenHodgson about 1 year ago

What's Changed

Full Changelog: https://github.com/RageAgainstThePixel/OpenAI-DotNet/compare/v7.0.8...v7.0.9

OpenAI-DotNet - OpenAI-DotNet 7.0.8

Published by StephenHodgson about 1 year ago

What's Changed

Full Changelog: https://github.com/RageAgainstThePixel/OpenAI-DotNet/compare/v7.0.5...v7.0.8

OpenAI-DotNet - OpenAI-DotNet 7.0.5

Published by StephenHodgson about 1 year ago

What's Changed

First time contributor

  • @nick-zocdoc

Full Changelog: https://github.com/RageAgainstThePixel/OpenAI-DotNet/compare/v7.0.4...v7.0.5

OpenAI-DotNet - OpenAI-DotNet 7.0.4

Published by StephenHodgson about 1 year ago

What's Changed

Full Changelog: https://github.com/RageAgainstThePixel/OpenAI-DotNet/compare/v7.0.3...v7.0.4

OpenAI-DotNet - OpenAI-DotNet 7.0.3

Published by StephenHodgson over 1 year ago

What's Changed

Full Changelog: https://github.com/RageAgainstThePixel/OpenAI-DotNet/compare/v7.0.2...v7.0.3

OpenAI-DotNet - OpenAI-DotNet 7.0.2

Published by StephenHodgson over 1 year ago

What's Changed

Full Changelog: https://github.com/RageAgainstThePixel/OpenAI-DotNet/compare/v7.0.1...v7.0.2

OpenAI-DotNet - OpenAI-DotNet 7.0.1

Published by StephenHodgson over 1 year ago

What's Changed

Full Changelog: https://github.com/RageAgainstThePixel/OpenAI-DotNet/compare/v7.0.0...v7.0.1

OpenAI-DotNet - OpenAI-DotNet 7.0.0

Published by StephenHodgson over 1 year ago

What's Changed

Contribtors

Full Changelog: https://github.com/RageAgainstThePixel/OpenAI-DotNet/compare/v6.8.7...v7.0.0

OpenAI-DotNet - OpenAI-DotNet 6.8.7

Published by StephenHodgson over 1 year ago

What's Changed

Full Changelog: https://github.com/RageAgainstThePixel/OpenAI-DotNet/compare/v6.8.6...v6.8.7

OpenAI-DotNet - OpenAI-DotNet 6.8.6

Published by StephenHodgson over 1 year ago

What's Changed

Full Changelog: https://github.com/RageAgainstThePixel/OpenAI-DotNet/compare/v6.8.5...v6.8.6

OpenAI-DotNet - OpenAI-DotNet 6.8.5

Published by StephenHodgson over 1 year ago

What's Changed

New Contributors

  • @damiant3 made their first pull request in #103

Full Changelog: https://github.com/RageAgainstThePixel/OpenAI-DotNet/compare/v6.8.3...v6.8.5

OpenAI-DotNet - OpenAI-DotNet 6.8.3

Published by StephenHodgson over 1 year ago

What's Changed

Full Changelog: https://github.com/RageAgainstThePixel/OpenAI-DotNet/compare/v6.8.2...v6.8.3

OpenAI-DotNet - OpenAI-DotNet 6.8.2

Published by StephenHodgson over 1 year ago

What's Changed

Full Changelog: https://github.com/RageAgainstThePixel/OpenAI-DotNet/compare/v6.8.1...v6.8.2

OpenAI-DotNet - OpenAI-DotNet 6.8.1

Published by StephenHodgson over 1 year ago

What's Changed

New Contributors

  • @bonsall made their first pull request in #96

Full Changelog: https://github.com/RageAgainstThePixel/OpenAI-DotNet/compare/v6.8.0...v6.8.1

OpenAI-DotNet - OpenAI-DotNet 6.8.0

Published by StephenHodgson over 1 year ago

What's Changed

  • OpenAI-DotNet 6.8.0 by @StephenHodgson in https://github.com/RageAgainstThePixel/OpenAI-DotNet/pull/91
    • Removed Obsolete ChatPrompt.
    • ChatEndpoint.StreamCompletionAsync will now also raise additional ChatResponse with completed Message.
    • ChatEndpoint.StreamCompletionEnumerableAsync will now also raise additional ChatResponse with completed Message.
    • Refactored all streaming endpoints to use a new string extension for centralized parsing of event stream data.
    • Added optional parameter cancelJob to FineTuningEndpoint.StreamFineTuneEventsEnumerableAsync. Default is false.
    • Added optional parameter cancelJob to FineTuningEndpoint.StreamFineTuneEventsAsync. Default is false.
    • Added optional parameter deleteCachedFile to FileEndpoint.DownloadFileAsync. Defaults to false.
    • Updated Completions.LogProbabilities.TopLogProbabilities to properly use immutable IReadOnlyList<IReadOnlyDictionary<string, double>>.

Full Changelog: https://github.com/RageAgainstThePixel/OpenAI-DotNet/compare/v6.7.4...v6.8.0

OpenAI-DotNet - OpenAI-DotNet 6.7.4

Published by StephenHodgson over 1 year ago

What's Changed

Full Changelog: https://github.com/RageAgainstThePixel/OpenAI-DotNet/compare/v6.7.3...v6.7.4

OpenAI-DotNet - OpenAI-DotNet 6.7.3

Published by StephenHodgson over 1 year ago

What's Changed

Full Changelog: https://github.com/RageAgainstThePixel/OpenAI-DotNet/compare/v6.7.2...v6.7.3