Commit Graph

2 Commits

Author SHA1 Message Date
Mikhail Kilin
89f98f02be Fix Dockerfile and k8s manifest for deployment
- Simplify Dockerfile: use pre-built cross-compiled binary instead of
  building in Alpine (Alpine only has Zig 0.13, we need 0.15)
- Fix image URL in k8s manifest: git.mikhailkilin.ru (not gitea.)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 16:11:33 +03:00
Mikhail Kilin
819b28a672 Initial commit: Telegram voice/video transcription bot in Zig
Long-polling bot that accepts voice messages and video notes,
sends them to Whisper STT API, and replies with transcription text.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 15:32:04 +03:00