v103: РАБОТАЕТ — транскрипция через ProxyAPI.ru (whisper-1), конвертация webm→WAV в браузере

This commit is contained in:
“Naeel”
2026-05-23 11:35:52 +04:00
parent c83e3d9da2
commit d8b3643da3
8 changed files with 257 additions and 148 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ echo "=== build ==="
~/lang/.venv/bin/python3 ~/lang/build.sh
echo "=== inject API key ==="
KEY=$(cat ~/lang/token.txt)
KEY=$(cat ~/lang/token_ru.txt)
python3 -c "
h = open('$HOME/lang/dist/index.html').read()
h = h.replace(\"const GROQ_API_KEY = '';\", \"const GROQ_API_KEY = '$KEY';\")