[refactor] remove feature flags and simplify native whisper integration
This commit is contained in:
@@ -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" }
|
||||
|
Reference in New Issue
Block a user