From 11bb9ab6b30314d91209bc9888d95783cc247e98 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 3 Mar 2025 18:57:06 -0500 Subject: Added back "addquote"; ollama integration; Cleaned up bot.js --- bot/src/storage/consts.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bot/src/storage') diff --git a/bot/src/storage/consts.js b/bot/src/storage/consts.js index 12a53eb..9172e92 100644 --- a/bot/src/storage/consts.js +++ b/bot/src/storage/consts.js @@ -1,3 +1,4 @@ export const abEmbedColour = '#0066a6'; export const readyMsg = true; - +export const ollamaEnabled = false; +export const ollamaModel = 'deepseek-r1:14b'; -- cgit v1.2.3