Skip to content

Releases: alexrudall/ruby-openai

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.