pass keywords to transcription adapters for spelling hints

This commit is contained in:
leonardotrapani
2026-01-31 20:46:36 +01:00
parent e175f4f6f2
commit 38cac375ad
7 changed files with 36 additions and 1 deletions
+1
View File
@@ -25,6 +25,7 @@ type Config struct {
APIKey string
Language string
Model string
Keywords []string
}
// NewTranscriber creates a new simple transcriber