pub fn resolve_whisper_model_path(
config: &AppConfig,
) -> Result<PathBuf, AppError>Expand description
Resolve the path to the local Whisper model file.
Checks (in order):
config.voice.local_model_pathif setGESTURA_WHISPER_MODELenvironment variable- Default search directories (~/.gestura/models/, ./models/)
Returns an error with an actionable message if no model is found.