Sha256: c11545e522c66b7bff2f24365ee5c1ae57b1a6068e71aa3c0984bc85a05e4533
Contents?: true
Size: 1.54 KB
Versions: 1
Compression:
Stored size: 1.54 KB
Contents
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [1.1.0] - 2021-04-07 ### Added - Add Client#files to allow file upload. - Add Client#search(file:) so you can search a file. ## [1.0.0] - 2021-02-01 ### Removed - Remove deprecated method Client#call - use Client#completions instead. ### Changed - Rename 'master' branch to 'main' branch. - Bump dependencies. ## [0.3.0] - 2020-11-22 ### Added - Add Client#completions to allow all parameters. ### Changed - Deprecate Client#call. - Update README. ## [0.2.0] - 2020-11-22 ### Added - Add method to use the search endpoint. ## [0.1.4] - 2020-10-18 ### Changed - Bump Rubocop to 3.9.2. - Bump Webmock to 3.9.1. ## [0.1.3] - 2020-09-09 ### Changed - Add ability to change API version in the future. - Fix README typos. ## [0.1.2] - 2020-09-09 ### 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. ## [0.1.1] - 2020-09-08 ### Added - Run Rubocop on pulls using CircleCI. ### Changed - Clean up CircleCI config file. ## [0.1.0] - 2020-09-06 ### Added - 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.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby-openai-1.1.0 | CHANGELOG.md |