Bazed AF Valentine's day demo project.
Check out the demo on Telegram.
This is a simple Telegram bot that helps you write Valentine's day love notes 💘 It uses Bazed AF framework with OpenAI Vision support to look at user's photos and generates notes using GPT-4 Turbo.
Want to make your own? Check out the bazed.ai website 😎
Set up .env
file with the following content:
OPENAI_API_KEY="..."
BAZED_API_KEY="..."
TELEGRAM_BOT_TOKEN="..."
Then npm install
and npm dev
to start the development server.
Run npx ts-node bot.ts
to run full Telegram bot locally.