Fabric
Fabric copied to clipboard
3 feature request support local openai whisper `ts` command
What this Pull Request (PR) does
Add support for local openai-whisper in ts command
- Updated
README.mdto include instructions for using local openai-whisper. - Added error handling to
ts.pyfor cases whereimport whisperfails. - Modified
ts.pyto support the use of the local openai-whisper model. - Added new command-line arguments to
ts.pyfor specifying language and using the local openai-whisper model.
To use the local openai-whisper, run: pipx inject fabric openai-whisper
This update allows users to choose between the accuracy of the OpenAI API and the cost-effectiveness of local processing.
Related issues
https://github.com/JFK/fabric/issues/3