Skip to content

v0.1.3

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Oct 12:53
· 56 commits to main since this release
acdca9e

What’s Changed

🚀 Features

  • Adds ChatManager class and chat-manager alias to manage instances of ChatGPT
    • chat-manager is meant to replace prior direct usage of utilizing the ChatGPT python class directly
    • Direct usage of ChatGPT will not be deprecated, yet, but the plan is to have chat-manager be the defacto usage of this package
    • chat-manager is also getting passed to the global ctx for debugging purposes for now as chat_manager, but will later be deprecated
    • The one-off alias chatgpt is also available, but will be deprecated in later versions

🔧 Fixes & Refactoring

  • Minor changes made to ChatGPT to work with new ChatManager class

📝 Documentation

  • Added old usage docs to show lower level interaction with ChatGPT from v0.1.2 and back
  • Added events to explain new ChatManager events
  • Updated README

👥 List of contributors

@jpal91

Full Changelog: v0.1.2...v0.1.3