nooga / cupid

Valentine's Day Cpuid Agent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bazed Cupid Agent

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 😎

Local Development

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.

About

Valentine's Day Cpuid Agent

License:MIT License


Languages

Language:TypeScript 93.9%Language:JavaScript 6.1%