diff options
| author | Andrew Lee <andrew@alee14.me> | 2025-03-08 17:23:34 -0500 |
|---|---|---|
| committer | Andrew Lee <andrew@alee14.me> | 2025-03-08 17:23:34 -0500 |
| commit | 48a576ab5605ec3ec9272809668b8d7ce91c477e (patch) | |
| tree | 7780c94dd6a39c5b5beae9edfc568e6669b88967 /bot/src/storage | |
| parent | 52f8826e526f0c0aadb86c3e29975aef4dc1ab85 (diff) | |
| download | AleeBot-48a576ab5605ec3ec9272809668b8d7ce91c477e.tar.gz AleeBot-48a576ab5605ec3ec9272809668b8d7ce91c477e.tar.bz2 AleeBot-48a576ab5605ec3ec9272809668b8d7ce91c477e.zip | |
Put LLM output on text file; Some fixes in logging; New command
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'; |
