add whisper-cpp provider with 9 local models

This commit is contained in:
leonardotrapani
2026-02-01 01:12:18 +01:00
parent 838edef59b
commit f6bf81cf95
5 changed files with 242 additions and 1 deletions
+1
View File
@@ -28,6 +28,7 @@ func init() {
Register(&GroqProvider{})
Register(&MistralProvider{})
Register(&ElevenLabsProvider{})
Register(&WhisperCppProvider{})
}
// Register adds a provider to the registry