diff options
| author | Andrew Lee <andrew@alee14.me> | 2025-03-03 18:57:06 -0500 |
|---|---|---|
| committer | Andrew Lee <andrew@alee14.me> | 2025-03-03 18:57:06 -0500 |
| commit | 11bb9ab6b30314d91209bc9888d95783cc247e98 (patch) | |
| tree | ceddb0f02d0b587deab83c3f13f83f086be23d27 /bot/src/storage/consts.js | |
| parent | fd7f8eba960981482fabf350995bf753feebb176 (diff) | |
| download | AleeBot-11bb9ab6b30314d91209bc9888d95783cc247e98.tar.gz AleeBot-11bb9ab6b30314d91209bc9888d95783cc247e98.tar.bz2 AleeBot-11bb9ab6b30314d91209bc9888d95783cc247e98.zip | |
Added back "addquote"; ollama integration; Cleaned up bot.js
Diffstat (limited to 'bot/src/storage/consts.js')
| -rw-r--r-- | bot/src/storage/consts.js | 3 |
1 files changed, 2 insertions, 1 deletions
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'; |
