aboutsummaryrefslogtreecommitdiff
path: root/bot/src/storage
diff options
context:
space:
mode:
Diffstat (limited to 'bot/src/storage')
-rw-r--r--bot/src/storage/consts.js3
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';