v0.1.3
What’s Changed
🚀 Features
- Adds
ChatManager
class andchat-manager
alias to manage instances ofChatGPT
chat-manager
is meant to replace prior direct usage of utilizing theChatGPT
python class directly- Direct usage of
ChatGPT
will not be deprecated, yet, but the plan is to havechat-manager
be the defacto usage of this package chat-manager
is also getting passed to the global ctx for debugging purposes for now aschat_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 newChatManager
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
Full Changelog: v0.1.2...v0.1.3