Closed jlinkels closed 1 year ago
Using the CLI throws an error when no -mc or --model-configs parameter is passed. The default value for model_configs_arg when no parameter is passed is {}. In function _handle_model_configs the method endswith is not defined.
The changes are merged successfully. Thank you @jlinkels for your contribution.
When installing I get this error message:
So subsai requires openai-whisper. But subsai also depends on whisper-timestamped which in turn also depends on openai-whisper
Since openai-whisper is already pulled in by whisper-timestamped I think it is safe to remove the dependency.