fix(lint): align VoiceConfig env tags
This commit is contained in:
parent
4d2b244522
commit
fca01583bf
1 changed files with 1 additions and 1 deletions
|
|
@ -565,7 +565,7 @@ type DevicesConfig struct {
|
|||
|
||||
type VoiceConfig struct {
|
||||
ModelName string `json:"model_name,omitempty" env:"PICOCLAW_VOICE_MODEL_NAME"`
|
||||
EchoTranscription bool `json:"echo_transcription" env:"PICOCLAW_VOICE_ECHO_TRANSCRIPTION"`
|
||||
EchoTranscription bool `json:"echo_transcription" env:"PICOCLAW_VOICE_ECHO_TRANSCRIPTION"`
|
||||
}
|
||||
|
||||
type ProvidersConfig struct {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue