diff options
Diffstat (limited to 'bot/src/storage')
| -rw-r--r-- | bot/src/storage/consts.js | 8 |
1 files changed, 6 insertions, 2 deletions
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'; |
