Releases: MacPaw/OpenAI
Releases · MacPaw/OpenAI
Release 0.3.0
What's Changed
- chore: add gpt-4o-mini support by @xAstralMars in #219
New Contributors
- @xAstralMars made their first contribution in #219
Full Changelog: 0.2.9...0.3.0
0.2.9 GPT-4o
What's Changed
- Adds gpt-4o by @kelvinlauKL in #207
New Contributors
- @kelvinlauKL made their first contribution in #207
Full Changelog: 0.2.8...0.2.9
Release 0.2.8
What's Changed
- Fixes the
m4a
content type sent asmp4
instead by @Demircivi in #197 - gpt-4-vision-preview support fix and test by @kalafus in #175
- Add GPT-4-Turbo model by @Quilljou in #196
New Contributors
- @Demircivi made their first contribution in #197
- @Quilljou made their first contribution in #196
Full Changelog: 0.2.7...0.2.8
Release 0.2.7
What's Changed
- protocol parity for audioCreateSpeech by @kalafus in #165
- type fix: ChatResult > ChatStreamResult by @kalafus in #173
- API: Parameter Update by @kalafus in #169
- update moderations results keywords, abstract display of moderations keywords by @kalafus in #162
- Size enum for ImagesQuery by @kalafus in #163
- add scheme, host, and port for buildURL by @JavadFaghih in #180
New Contributors
- @JavadFaghih made their first contribution in #180
Full Changelog: 0.2.6...0.2.7
0.2.6
What's Changed
- Feat: Create Speech [ tts-1, tts-1-hd ] by @ingvarus-bc in #120
- Feat: adds
quality
toImagesQuery
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
- @kevinhermawan made their first contribution in #132
- @fluidpixel made their first contribution in #131
- @lzell made their first contribution in #133
- @oblank made their first contribution in #151
- @neelvirdy made their first contribution in #154
- @frogcjn made their first contribution in #149
- @rchatham made their first contribution in #135
- @philippzagar made their first contribution in #150
- @kalafus made their first contribution in #156
Full Changelog: 0.2.5...0.2.6
Release 0.2.5
What's Changed
- Typo in ReadME by @mjdierkes in #106
- Demo App: Added text chat input validation, enabling 'Send' button only for valid input. by @SarathVSasikala in #102
- Extend Images API to support Edits and Variations by @SunburstEnzo in #62
- Create CONTRIBUTING.md by @ingvarus-bc in #121
- Correctly handle partial JSON at the end of a chunk by @PallavAg in #104
- Add Create Image example to Demo app by @SunburstEnzo in #63
- Update README with contribution guidelines by @ingvarus-bc in #118
- New Models and Enhancements by @rawnly in #115
- Fix for broken Image demo by @paramaggarwal in #125
- Fix: Optional handling in Demo App by @the-ounce in #127
New Contributors
- @ingvarus-bc made their first contribution in #121
- @rawnly made their first contribution in #115
- @PallavAg made their first contribution in #104
- @mjdierkes made their first contribution in #106
- @SarathVSasikala made their first contribution in #102
- @paramaggarwal made their first contribution in #125
- @the-ounce made their first contribution in #127
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!
.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
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
What's Changed
- Update README.md by @Krivoblotsky in #80
- Add functionCall to ChatQuery by @nathanborror in #82
- [BUG FIX] Encode content property with nil value when responding to function calling by @ysak-y in #84
- Fix issue where chatsStream() throws incorrect error by @longseespace in #87
New Contributors
- @nathanborror made their first contribution in #82
- @ysak-y made their first contribution in #84
Full Changelog: 0.2.2...0.2.3
Release 0.2.2
Release 0.2.1
Bugfix for #71
Full Changelog: 0.2.0...0.2.1