Releases: alexrudall/ruby-openai
Releases · alexrudall/ruby-openai
v0.1.4
Changed
- Bump Rubocop to 3.9.2.
- Bump Webmock to 3.9.1.
v0.1.3
Changed
- Add ability to change API version in the future.
- Fix README typos.
v0.1.2
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
Added
- Run Rubocop on pulls using CircleCI.
Changed
- Clean up CircleCI config file.
v0.1.0
- 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.