telegroq
is a serverless invite-only AI-powered chat bot on Telegram, made purely for fun.
- Question answering with
llama3-70b
- Random and anonymous question answering with fellow invitees
- Anonymous question answering with LTYGUY
- Secured endpoints for adding and removing members/admins
Setup environment variables.
{
echo "BOT_TOKEN=$BOT_TOKEN"
echo "GROQ_API_KEY=$GROQ_TOKEN"
echo "AUTH_TOKEN=$AUTH_TOKEN"
} >> .dev.vars
Install all dependencies.
bun install
Run the development server.
bun dev