Skip to content

Releases: GabrielSCabrera/BanterBot

BanterBot v0.0.4-alpha: Performance Improvements and Multiplayer

05 Jun 21:57
Compare
Choose a tag to compare

In the new BanterBot v0.0.4 update, we've improved performance via a modification to the stream interruption method, providing faster response times, more efficient operation, and better reliability. We've also introduced a new multiplayer graphical user interface for easier simultaneous interaction with multiple users.

BanterBot v0.0.3-alpha: Speech-to-Text Release -- Bugfixes

01 Jun 22:59
Compare
Choose a tag to compare

BanterBot v0.0.3-alpha Release Notes

This update is a bugfix for v0.0.2-alpha, which introduces a new feature to the BanterBot package:

New Feature:

  • Speech-to-Text Functionality: BanterBot now converts spoken language into written text using Azure Cognitive Services, enabling users to speak directly to the chatbot.

To upgrade to BanterBot v0.0.3-alpha, use the following command:

python -m pip install --upgrade banterbot

For more information, consult the BanterBot Documentation.

BanterBot v0.0.2-alpha: Speech-to-Text Release YANKED

01 Jun 22:44
Compare
Choose a tag to compare

BanterBot v0.0.2-alpha Release Notes

THIS RELEASE HAS BEEN YANKED

This update introduces a new feature to the BanterBot package:

New Feature:

  • Speech-to-Text Functionality: BanterBot now converts spoken language into written text using Azure Cognitive Services, enabling users to speak directly to the chatbot.

To upgrade to BanterBot v0.0.2-alpha, use the following command:

python -m pip install --upgrade banterbot

For more information, consult the BanterBot Documentation.

BanterBot v0.0.1-alpha Release

28 May 17:58
Compare
Choose a tag to compare

This initial alpha release of BanterBot introduces a chatbot application leveraging OpenAI models and Azure Neural Voices. It offers real-time chat monitoring, diverse output formats, and a tkinter-based frontend. Please note that this is an alpha version.

Full Changelog: https://github.com/GabrielSCabrera/BanterBot/commits/v0.0.1-alpha