Releases: danb27/chat-toolkit
Releases · danb27/chat-toolkit
v1.1.1
v1.1.0
Added
Pyttsx3TextToSpeechto allow for performing Speech to Speech conversation.- Use space bar to start and stop recording from terminal. This process not uses
pyxhookfor linux and continues to usekeyboardfor windows. This prevents needing sudo access on Linux. - Create a single
Orchestratorclass, capable of consuming any combination of components, so long as a chatbot component is present. - Added
pricing_rateto cost estimate metadata. - Added and improved tests.
- Improved documentation.
Removed
RecordingEndedWithKeyboardSignalin favor of a new approach to recording (see above)OrchestratorBaseand all subclasses in favor of Orchestrator (see above)
Bugs
- Fixed linux incompatibilities by adding dependencies.