OpenAI Telegram Bot
Features
- Chat with a bot using Chat Completions and
gpt-3.5-turbo
model. - Image generation with Image generation and
DALL·E
model using the command/pic {prompt}
. - Processing voice messages using Speech to text and
whisper-1
model.
Development
# Copy and fill the file with environment variables
copy .env.example .env
# Install dependencies
npm i
# Start telegram bot
npm run dev
# Run type-checker
npm run check