Skip to content

Releases: nagstler/chatgpt-ruby

v2.0.0

08 Jul 12:28
Compare
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
Compare
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.