Skip to content

Releases: alexrudall/ruby-openai

v1.0.0

01 Feb 00:14
Compare
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
Compare
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
Compare
Choose a tag to compare

Added

  • Add method to use the search endpoint.

v0.1.4

18 Oct 16:01
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Added

  • Run Rubocop on pulls using CircleCI.

Changed

  • Clean up CircleCI config file.

v0.1.0

07 Sep 22:51
Compare
Choose a tag to compare
  • Initialise repository.
  • Add OpenAI::Client to connect to OpenAI API using user credentials.
  • Add spec for Client with a cached response using VCR.
  • Add CircleCI to run the specs on pull requests.