What's New in Version 1.0.1 See changelog
Released
+ Added new features to handle errors, along with additional configuration options.
+ Implemented an API key validator that runs on the first execution.
+ Introduced auto-cleanup configurations to manage conversation size:
"auto_cleanup": { "Clear the last conversation from the bot prompt if its size exceeds the specified limit (KB). This helps reduce token usage per request and improves efficiency.": 20, "Create_new_conversation_file_if_size_limit_exceeded": "true" }
The auto-cleanup feature prevents the bot from processing an entire conversation if it exceeds the defined size limit, optimizing token usage and efficiency.
+ Added a system to handle multiple users simultaneously instead of responding sequentially.
+ Improved processing speed with various enhancements and fixes.
+ Added extra functions to handle user messages more efficiently.
+ Fixed user state conflicts—each user's state is now isolated and processed independently.
+ Ensured that each user's interactions are handled separately, preventing interference between users.