From 48a576ab5605ec3ec9272809668b8d7ce91c477e Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 8 Mar 2025 17:23:34 -0500 Subject: Put LLM output on text file; Some fixes in logging; New command --- bot/src/storage/consts.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'bot/src/storage/consts.js') diff --git a/bot/src/storage/consts.js b/bot/src/storage/consts.js index 0787528..80a65aa 100644 --- a/bot/src/storage/consts.js +++ b/bot/src/storage/consts.js @@ -1,5 +1,9 @@ export const abEmbedColour = '#0066a6'; export const readyMsg = false; -export const ollamaGlobal = false; -export const ollamaModel = 'deepseek-r1:14b'; +export const ollamaGlobal = true; +export const ollamaModel = 'aleebot-deepseek'; export const featureSuggestChannel = '427495678390960148'; + +export const autoRole = true; +export const serverWhitelist = '243022206437687296'; +export const roleWhitelist = '657426918416580614'; -- cgit v1.2.3