Skip to content

Releases: alexrudall/ruby-openai

v1.2.1

11 Apr 16:57
b0008c7

Choose a tag to compare

Added

  • Add validation of JSONL files to make it easier to debug when uploading files.

v1.2.0

08 Apr 17:10

Choose a tag to compare

Added

  • Add Client#answers endpoint for question/answer response on documents or a file.

v1.1.0

07 Apr 22:10
fa4c744

Choose a tag to compare

Added

  • Add Client#files to allow file upload.
  • Add Client#search(file:) so you can search a file.

v1.0.0

01 Feb 00:14

Choose a tag to compare

Removed

  • Remove deprecated method Client#call - use Client#completions instead.

Changed

  • Rename 'master' branch to 'main' branch.
  • Bump dependencies.

v0.3.0

22 Nov 17:13
b058acf

Choose a tag to compare

Added

  • Add Client#completions to allow all parameters.

Changed

  • Deprecate Client#call.
  • Update README.

v0.2.0

22 Nov 15:49
e52e305

Choose a tag to compare

Added

  • Add method to use the search endpoint.

v0.1.4

18 Oct 16:01

Choose a tag to compare

Changed

  • Bump Rubocop to 3.9.2.
  • Bump Webmock to 3.9.1.

v0.1.3

11 Sep 17:44
ec143ba

Choose a tag to compare

Changed

  • Add ability to change API version in the future.
  • Fix README typos.

v0.1.2

09 Sep 20:44
4e93c39

Choose a tag to compare

Added

  • Add tests and cached responses for the different engines.
  • Add issue templates.

Changed

  • Add README instructions for using the gem without dotenv.
  • Add list of engines to README.

v0.1.1

07 Sep 23:26

Choose a tag to compare

Added

  • Run Rubocop on pulls using CircleCI.

Changed

  • Clean up CircleCI config file.