chatgpt-ruby

ChatGPT + Ruby provides a simple and easy-to-use Gem to access the OpenAI API

MIT License

Downloads
8.8K
Stars
15
Committers
1

Bot releases are hidden (Show)

chatgpt-ruby - v2.0.0 Latest Release

Published by nagstler over 1 year ago

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 - chatgpt-ruby v1.0.0

Published by nagstler over 1 year ago

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.
Package Rankings
Top 32.46% on Rubygems.org
Badges
Extracted from project README's
Gem Version License Maintainability Test Coverage CI
Related Projects