Releases: alexrudall/ruby-openai
Releases · alexrudall/ruby-openai
v1.0.0
Removed
- Remove deprecated method Client#call - use Client#completions instead.
Changed
- Rename 'master' branch to 'main' branch.
- Bump dependencies.
v0.3.0
Added
- Add Client#completions to allow all parameters.
Changed
- Deprecate Client#call.
- Update README.
v0.2.0
Added
- Add method to use the search endpoint.
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.