Skip to content

Releases: MacPaw/OpenAI

0.2.6

14 Feb 11:50
35afc9a
Compare
Choose a tag to compare

What's Changed

  • Feat: Create Speech [ tts-1, tts-1-hd ] by @ingvarus-bc in #120
  • Feat: adds quality to ImagesQuery by @kevinhermawan in #132
  • Chore: fixed typo in examples for image edits/variations by @fluidpixel in #131
  • Fix: Readme typos in create speech example by @lzell in #133
  • Fix: fix json decode error when jsonContent is emtpy by @oblank in #151
  • Fix: prevent json decoding error when streaming by @neelvirdy in #154
  • Trimming contentString by @frogcjn in #149
  • Simplify OpenAI.performRequest by @rchatham in #135
  • Add OpenAI models from Jan 25th by @philippzagar in #150
  • Array thread safety wrapper to fix racing condition causing Fatal error by @kalafus in #156
  • NormalizeSpeechSpeed method now works as specified, is tested by @kalafus in #158
  • View abstraction of navigationTitle and modelSelect for reuse in demo by @kalafus in #161

New Contributors

Full Changelog: 0.2.5...0.2.6

Release 0.2.5

17 Nov 18:37
ac5892f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.4...0.2.5

Notes:

New models: gpt-4-1106-preview, gpt-4-vision-preview, gpt-3.5-turbo-1106, dall-e-2 and dall-e-3.

Models gpt-4-32k-0314 and gpt-3.5-turbo-0613 are now Deprecated.
Updated content format, chats and text-to-speech upcoming next!

⚠️ In the next release Completions(.completions and .completionStream) will become deprecated. It is recommended to use the new Chat API which we'll deliver in the next update.

Release 0.2.4

22 Aug 17:41
c45f332
Compare
Choose a tag to compare

What's Changed

  • Fix the issue where it does not decode the Error correctly when streaming response by @longseespace in #92
  • APIErrorResponse message can be [String]. Handle it. by @fabstu in #95
  • Add initializer to ChatFunctionCall to initialize from external with properties by @ysak-y in #89

New Contributors

Full Changelog: 0.2.3...0.2.4

Release 0.2.3

10 Jul 08:59
a51a7fd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.2...0.2.3

Release 0.2.2

20 Jun 16:18
b116159
Compare
Choose a tag to compare

What's Changed

  • Update to 0613 OpenAI models by @ljoukov in #77
  • Add support for "functions" in OpenAI chat completion APIs. by @ljoukov in #78

New Contributors

Full Changelog: 0.2.1...0.2.2

Release 0.2.1

17 May 16:55
Compare
Choose a tag to compare

Bugfix for #71

Full Changelog: 0.2.0...0.2.1

Release 0.2.0. Streaming

15 May 21:32
12ba7f4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.2...0.2.0

Release 0.1.2

16 Apr 19:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.1...0.1.2

Release 0.1.1

13 Apr 15:04
c1ee239
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.0...0.1.1

Release 0.1.0

10 Apr 19:17
508fa41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.9...0.1.0