[refactor] remove feature flags and simplify native whisper integration

This commit is contained in:
2025-08-08 09:07:09 +02:00
parent a6009693ef
commit f991a47b5b
3 changed files with 6 additions and 21 deletions

View File

@@ -12,8 +12,4 @@ toml = "0.8"
chrono = { version = "0.4", features = ["clock"] }
reqwest = { version = "0.12", features = ["blocking", "json"] }
sha2 = "0.10"
whisper-rs = { git = "https://github.com/tazz4843/whisper-rs", optional = true }
[features]
default = ["native-whisper"]
native-whisper = ["whisper-rs"]
whisper-rs = { git = "https://github.com/tazz4843/whisper-rs" }