Releases: nagstler/chatgpt-ruby
Releases Β· nagstler/chatgpt-ruby
v2.0.0
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 theChatGPT::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
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.