feat: refactor
This commit is contained in:
@@ -62,11 +62,12 @@ type RecordingConfig struct {
|
||||
}
|
||||
|
||||
type TranscriptionConfig struct {
|
||||
Provider string `toml:"provider"`
|
||||
APIKey string `toml:"api_key"`
|
||||
Language string `toml:"language"`
|
||||
Model string `toml:"model"`
|
||||
Threads int `toml:"threads"` // CPU threads for local transcription (0 = auto: NumCPU-1)
|
||||
Provider string `toml:"provider"`
|
||||
APIKey string `toml:"api_key"`
|
||||
Language string `toml:"language"`
|
||||
Model string `toml:"model"`
|
||||
Streaming bool `toml:"streaming"` // use streaming mode if model supports it
|
||||
Threads int `toml:"threads"` // CPU threads for local transcription (0 = auto: NumCPU-1)
|
||||
}
|
||||
|
||||
type InjectionConfig struct {
|
||||
|
||||
Reference in New Issue
Block a user