fix(lint): align VoiceConfig env tags

This commit is contained in:
RussellLuo
2026-03-23 00:03:44 +08:00
parent 4d2b244522
commit fca01583bf
+1 -1
View File
@@ -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 {