Releases: mgallo/openai.ex
Releases · mgallo/openai.ex
v0.6.2
What's Changed
- added missing comma by @bradhanks in #62
- Fix intermittent Jason.DecodeError in stream by @bfolkens in #61
New Contributors
- @bradhanks made their first contribution in #62
Full Changelog: v0.6.1...v0.6.2
v0.6.1
v0.6.0
What's Changed
- Assistants API support by @nicnilov in #58
- Add support for Audio/Create Speech by @shawnleong in #57
- stream functions now stream by default to
self()
, so it is easier to use these functions without passing inline config (#54)
New Contributors
- @nicnilov made their first contribution in #58
- @shawnleong made their first contribution in #57
Full Changelog: v0.5.4...v0.6.0
v0.5.4
v0.5.3
What's Changed
- Fix typos by @nallwhy in #38
- Server error handling by @bulld0zer in #43
New Contributors
- @nallwhy made their first contribution in #38
- @bulld0zer made their first contribution in #43
Full Changelog: v0.5.2...v0.5.3
v0.5.2
v0.5.1
v0.5.0
What's Changed
- Remove unused import Mock by @kentaro in #31
- 0.5.0 - support for multi tenant solutions by @mgallo in #33
- added support for configuration override for multitenant solutions (fixes #25)
- removed APIs no longer supported by openai (search, answers, classifications)
- image functions http_options are now optional, and can be passed with new config override
New Contributors
Full Changelog: v0.4.2...v0.5.0
v0.4.2
What's Changed
- Upgrade dependencies to latest version by @Darova93 in #30
- Allow decode multiple response format in Transcriptions by @pedromvieira in #28
New Contributors
- @Darova93 made their first contribution in #30
- @pedromvieira made their first contribution in #28
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
refactorings, and minor changes:
- chore: limit
mock
dependency to test environment by @nathanalderson in #26 - chore: adjust configuration in readme by @kpanic in #23
- chore: use
Jason.encode!/1
bang function by @kpanic in #24
New Contributors
- @nathanalderson made their first contribution in #26
- @kpanic made their first contribution in #23
Full Changelog: v0.4.0...v0.4.1