Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@nagstler nagstler released this 08 Jul 12:28
· 14 commits to main since this release

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.