Skip to content

Releases: danb27/chat-toolkit

v1.1.1

21 Mar 16:30

Choose a tag to compare

  • Documentation fixes/improvements.

v1.1.0

21 Mar 12:07
13c12c8

Choose a tag to compare

Added

  • Pyttsx3TextToSpeech to allow for performing Speech to Speech conversation.
  • Use space bar to start and stop recording from terminal. This process not uses pyxhook for linux and continues to use keyboard for windows. This prevents needing sudo access on Linux.
  • Create a single Orchestrator class, capable of consuming any combination of components, so long as a chatbot component is present.
  • Added pricing_rate to cost estimate metadata.
  • Added and improved tests.
  • Improved documentation.

Removed

  • RecordingEndedWithKeyboardSignal in favor of a new approach to recording (see above)
  • OrchestratorBase and all subclasses in favor of Orchestrator (see above)

Bugs

  • Fixed linux incompatibilities by adding dependencies.

v1.0.1

08 Mar 11:31
5d362ec

Choose a tag to compare

  • Improve terminal experience of orchestrators.
  • Testing improvements.

v1.0.0

08 Mar 06:51
426919e

Choose a tag to compare

chore: fix formatting issue blocking release