jeremystevens
released this
29 Jul 18:29
·
6 commits
to spacy-transfomer-integration
since this release
Chatbot.py Updates
- Changes in Version 0.0.9-rc1
- Removed the incorrect transformer_conversation initialization.
- Added the correct initialization of the model and tokenizer for DialoGPT.
- Updated the generate_response method to use the correct model and tokenizer for generating responses.
- Ensured the conversational pipeline is correctly created and used.
- Added memory and context feature to maintain conversation history.
Irc_chatbot.py Updates
- Changes in Version 0.0.2
- Added a check to
on_pubmsg
to ensure the bot only responds to messages directed at it. - Stored the bot's nickname in
self.nickname
for easy reference. - Stripped the bot's nickname from the message before passing it to the
ChatBot
.
Twitch_chatbot.py Updates
- Added Administrators list for Administrative Functions
- Added Set Game Command Which allows administrators to set current game being played.
- Added Current Game Command Which displays the Current Game
- Bot Periodically post what the current game is in the Chat