You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.