From d8a2862ace45682534515ee577054b6db4c872c0 Mon Sep 17 00:00:00 2001 From: Bossiara13 <236771060+DmitryBykov-ISPO@users.noreply.github.com> Date: Wed, 22 Apr 2026 17:47:22 +0300 Subject: [PATCH] chore: drop pvporcupine dep and PICOVOICE_TOKEN from env template wake-word is now handled by vosk, so the picovoice access key is no longer needed. config.py already had PICOVOICE_TOKEN removed in the previous commit. --- dev.env.example | 1 - requirements.txt | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/dev.env.example b/dev.env.example index 36d9b7b..a3a6fb6 100644 --- a/dev.env.example +++ b/dev.env.example @@ -1,2 +1 @@ -PICOVOICE_TOKEN=<тут ключ-picovoice> GROQ_TOKEN=<тут ключ-groq> diff --git a/requirements.txt b/requirements.txt index f98b726..90e8ca8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,4 @@ -# Picovoice stuff -pvporcupine +# mic capture pvrecorder # Vosk