Releases: BLazzeD21/Node.js-ChatGPT-Bot
Releases · BLazzeD21/Node.js-ChatGPT-Bot
Version: 2.0.1
Version: 1.1.2
What's Changed
- modify openai models to generate text and images by @BLazzeD21 in #10
- decomposition of sending messages by @BLazzeD21 in #11
- bug fixes and code refactorings by @BLazzeD21 in #12
Full Changelog: chatgpt-version-1.1.0...v1.1.2
Bot has been completed
What's Changed
- Added admin commands, fixed some bugs and new checks created by @BLazzeD21 in #2
- handlerTimeout changed to 3 minutes by @BLazzeD21 in #3
- Fixed bug with async by @BLazzeD21 in #5
- Anti-spam protection and Redis for session by @BLazzeD21 in #6
- chore: changed keyboards.js by @BLazzeD21 in #7
- Fixed by @BLazzeD21 in #8
- UI bugs fixed by @BLazzeD21 in #9
Full Changelog: chatgpt...chatgpt-version-1.1.0
chatgpt: Merge pull request #1 from BLazzeD21/handlers
Bot features include:
- getting user ID and chat ID
- limited use of the bot's main functionality via
"USERS_ID" - using openai api token to use chatgpt via messages and voice messages
- clearing messages in a session
- sessions are divided between users