Improve Telegram formatting and web synthesis

This commit is contained in:
hbrain 2026-05-27 13:47:28 +00:00
parent 605c135b08
commit 0675f9a441
8 changed files with 425 additions and 508 deletions

View file

@ -1,7 +1,7 @@
{
"name": "marvin",
"version": "1.0.0",
"description": "Telegram AI bot powered by Gemini",
"description": "Telegram AI bot powered by OpenRouter",
"type": "module",
"main": "src/bot.js",
"scripts": {
@ -11,7 +11,6 @@
"author": "",
"license": "ISC",
"dependencies": {
"@google/genai": "^2.6.0",
"dotenv": "^17.4.2",
"telegraf": "^4.16.3"
}