Skip to content

v1.4

Compare
Choose a tag to compare
@OkGoDoIt OkGoDoIt released this 03 Feb 20:01
· 109 commits to master since this release

Updated to work with the current API as of February 3, 2023. Added Files and Embedding endpoints. Removed the Search endpoint as OpenAI has removed that API.

Potentially breaking change with v1.4: The various endpoints (Completions, Models, etc) and related classes have each moved into their own namespaces, for example OpenAI_API.Completions.CompletionRequest and OpenAI_API.Models.Model.DavinciText. You may need to add usings or fully qualify names in existing code. Also the Search endpoint has been removed, although that was already broken.

Thank you @GotMike, @gmilano, @metjuperry, and @Alexei000 for your contributions!

What's Changed

  • a few small typos in comments by @gotmike in #31
  • Add FilesEndpoint (endpoint needed for FineTuning) by @gmilano in #22
  • remove unused usings; add missing properties; by @gotmike in #33
  • updating newtonsoft json to 13.0.2 by @gotmike in #35
  • Added embedding endpoint and tests by @metjuperry in #38

Full Changelog: v1.3...v1.4