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.