assistant: name: Cosmo wake_word: "cosmo" audio: sample_rate: 16000 silence_duration: 1.0 whisper: model_size: "small" # На Mac без GPU — small быстрее чем distil-large device: "cpu" # Mac Intel/Apple Silicon — CPU (MPS пока не стабилен в faster-whisper) compute_type: "int8" # int8 быстрее на CPU language: "ru" ollama: base_url: "http://localhost:11434" model: "qwen2.5:7b" temperature: 0.2 max_tokens: 1024 max_agent_steps: 10 tts: enabled: true silero_speaker: "eugene" # xenia (женский) baya aidar eugene kseniya sample_rate: 48000 logging: level: "INFO" file: "logs/cosmo.log"