Skip to content

Releases: FrancescoCoding/easyGPT

v1.6.1 🤖

23 Mar 12:48
Compare
Choose a tag to compare

The current release (v1.6.1) includes some brand-new useful chatbot-specific methods! 🚀

  • getMessages()
    • Gets all the messages in the chat except for the system rules
  • clearRules()
    • Clears all the system rules
  • clearChatButRules()
    • Removes all the messages in the chat except for the system rules
  • clearMessagesIfExceedsMaxContext(int maxContext)
    • Removes the chat if the max context (interactions with the AI) is exceeded (but system rules) - Uses clearChatButRules() internally
    • Useful to give the bot short-term memory for it to be more efficient with the number of tokens utilised and time to output a response

Get started today and remember to star the repository if you find this useful! 😊

v1.5.0 🤖

08 Mar 06:30
647a545
Compare
Choose a tag to compare

Current release (v1.5.0) includes a pretty Documentation for the npm module, advanced options for ahem fine-fine-tuning, and Express server starter setup! 🚀

Get started today and remember to ⭐ star the repository if you find this useful! 😊