feat: telegram voice transcription (#74)

This commit is contained in:
banteg
2026-01-09 20:57:04 +04:00
committed by GitHub
parent 8421ec8b4a
commit 780ba72b3a
14 changed files with 440 additions and 7 deletions
+5
View File
@@ -18,6 +18,8 @@ parallel runs across threads, per thread queue support.
`/cancel` a running task.
optional voice note transcription for Telegram (routes transcript like typed text).
## requirements
- `uv` for installation (`curl -LsSf https://astral.sh/uv/install.sh | sh`)
@@ -59,6 +61,9 @@ transport = "telegram"
[transports.telegram]
bot_token = "123456789:ABCdefGHIjklMNOpqrsTUVwxyz"
chat_id = 123456789
voice_transcription = true
# set OPENAI_API_KEY in your environment for voice transcription
[codex]
# optional: profile from ~/.codex/config.toml