add Threads field to transcriber config for local providers

This commit is contained in:
leonardotrapani
2026-02-01 01:02:07 +01:00
parent 3563def987
commit a366d61558
6 changed files with 14 additions and 9 deletions
+1
View File
@@ -28,6 +28,7 @@ type Config struct {
Language string
Model string
Keywords []string
Threads int // CPU threads for local transcription (0 = auto)
}
// mapConfigProviderToRegistryName maps config provider names to provider registry names