aboutsummaryrefslogtreecommitdiff
path: root/bot/package.json
diff options
context:
space:
mode:
authorAndrew Lee <andrew@alee14.me>2025-03-03 18:57:06 -0500
committerAndrew Lee <andrew@alee14.me>2025-03-03 18:57:06 -0500
commit11bb9ab6b30314d91209bc9888d95783cc247e98 (patch)
treeceddb0f02d0b587deab83c3f13f83f086be23d27 /bot/package.json
parentfd7f8eba960981482fabf350995bf753feebb176 (diff)
downloadAleeBot-11bb9ab6b30314d91209bc9888d95783cc247e98.tar.gz
AleeBot-11bb9ab6b30314d91209bc9888d95783cc247e98.tar.bz2
AleeBot-11bb9ab6b30314d91209bc9888d95783cc247e98.zip
Added back "addquote"; ollama integration; Cleaned up bot.js
Diffstat (limited to 'bot/package.json')
-rw-r--r--bot/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/package.json b/bot/package.json
index 148a229..a403eb9 100644
--- a/bot/package.json
+++ b/bot/package.json
@@ -13,6 +13,7 @@
"cors": "^2.8.5",
"discord.js": "^14.18.0",
"express": "^4.21.2",
+ "ollama": "^0.5.14",
"sequelize": "^6.37.5",
"sqlite3": "^5.1.7"
},