Skip to content

Releases: mgallo/openai.ex

v0.6.1

20 Nov 18:18
Compare
Choose a tag to compare
  • feat: add missing submit_tool_outputs threads API (commit)

Full Changelog: v0.6.0...v0.6.1

v0.6.0

17 Nov 17:36
Compare
Choose a tag to compare

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

Full Changelog: v0.5.4...v0.6.0

v0.5.4

10 Sep 12:59
Compare
Choose a tag to compare

What's Changed

  • Handle HTTPoison error case during Stream.new/1 - Fixes #51 by @bfolkens in #52
  • Improved Configuration doc - Fixes #50

Full Changelog: v0.5.3...v0.5.4

v0.5.3

18 Jun 17:11
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.2...v0.5.3

v0.5.2

02 May 17:10
Compare
Choose a tag to compare

What's Changed

  • Add stream support for chat_completion() by @kentaro in #36
  • Handle 503 error properly (fixes #35)

Full Changelog: v0.5.1...v0.5.2

v0.5.1

22 Apr 10:51
807f1b1
Compare
Choose a tag to compare

What's Changed

  • fix: config struct default values fallbacks by @mgallo in #34

Full Changelog: v0.5.0...v0.5.1

v0.5.0

22 Apr 00:33
52cf6cf
Compare
Choose a tag to compare

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

13 Apr 16:44
Compare
Choose a tag to compare

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

Full Changelog: v0.4.1...v0.4.2

v0.4.1

05 Apr 17:07
Compare
Choose a tag to compare

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

Full Changelog: v0.4.0...v0.4.1

v0.4.0

25 Mar 13:58
e44385f
Compare
Choose a tag to compare

What's Changed

  • Expose OpenAI URL as a config option by @rwdaigle in #21
  • replaced Json with Jason, as suggested in #13. For backward compatibility no changes have been made to parsing yet, a future version will be released with a compatibility layer to the old versions and will allow parsing to atoms or strings via Jason.
  • bump ex_doc to last version (fixes #17)
  • fix mix_test_watch that was running in all environments (fixes #18)
  • adds support to audio transcriptions and translations APIs (fixes #19)

New Contributors

Full Changelog: v0.3.1...v0.4.0