It's a very simple bot thats converts voice messages to text using openai's whisper API.
- Improve my golang skills
- Unit testing with mocks
Fill .env file with your OpenAI API Key and Telegram Bot Token.
Build the docker image:
make docker-build
Run the container:
docker run --env-file .env -d --name stt-bot marcusadriano/tgbot-stt-chatgpt:latest