Skip to content

Releases: rubyonai/chatgpt-ruby

Version 2.1.1

19 Apr 12:41

Choose a tag to compare

Fixed in v2.1.1. The chat methods now properly use the configured default_engine value.

Fixed in v2.1.1. Added Rails integration with proper Railtie for automatic GPT inflection.

v2.0.0

08 Jul 12:28

Choose a tag to compare

What's New?

  • Chat Support : You can now engage in chat interactions with the GPT-3.5-turbo model! We've added a new chat method to the ChatGPT::Client class, allowing your application to send an array of chat messages and receive generated messages in return. This adds a whole new dimension to your application's conversational AI capabilities.
  • Updated Documentation : We've updated our README to include instructions on how to use the new chat functionality. You'll find examples and optional parameters that will help you get started.

chatgpt-ruby v1.0.0

30 Apr 05:56

Choose a tag to compare

Initial release of the chatgpt-ruby gem

Features:

  • Implements ChatGPT Client with completions, search, classification, summary, and answer generation methods.
  • Includes unit tests for each method.