- Added support for chat interactions with the GPT-3.5-turbo model.
- Introduced a new
chat
method to theChatGPT::Client
class, which sends an array of chat messages to the API and receives the generated messages in return. - Updated the README to provide usage instructions for the new
chat
method.
- Initial release of the
chatgpt-ruby
gem. - Implements ChatGPT Client with methods for completions, search, classification, summary, and answer generation.
- Includes unit tests for each method.
- Initial release