Files
moeka-project/services/telegram-bot
Neko 6d4b534be8 feat(provider-transformers): added package to integrate transformers.js with xsai (#36)
* feat(provider-transformers): added package to integrate transformers.js with xsai
* fix: build
* chore: use updated xsai

---------

Signed-off-by: Neko Ayaka <neko@ayaka.moe>
2025-02-27 16:12:06 +08:00
..
2025-02-17 18:59:54 +08:00
2025-02-22 21:43:07 +08:00

telegram-bot

Allow アイリ to talk to you and many other users in Telegram.

Getting started

Clone & install dependencies:

git clone git@github.com:moeru-ai/airi.git
pnpm i

Create a .env.local file:

cd services/telegram-bot
cp .env .env.local

Fill-in the following credentials as configurations:

DISCORD_TOKEN=''
DISCORD_BOT_CLIENT_ID=''

OPENAI_MODEL=''
OPENAI_API_KEY=''
OPENAI_API_BASE_URL=''

Start both DB and the bot:

docker compose up -d
pnpm run -F @proj-airi/telegram-bot start