Skip to content

winstxnhdw/telegroq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

telegroq

main.yml deploy.yml formatter.yml

telegroq is a serverless invite-only AI-powered chat bot on Telegram, made purely for fun.

Features

  • 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

Technologies

Development

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

About

A serverless invite-only AI-powered chat bot on Telegram.

Topics

Resources

Stars

Watchers

Forks