From 7b9a58cac0b59a73562d68540292e89f57bf30cf Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 27 Mar 2025 01:59:14 -0400 Subject: More activities; LLM model now needs .env; No longer need to confirm a pending quote --- bot/src/storage/activities.js | 20 +++++++++++++++++--- bot/src/storage/consts.js | 1 - 2 files changed, 17 insertions(+), 4 deletions(-) (limited to 'bot/src/storage') diff --git a/bot/src/storage/activities.js b/bot/src/storage/activities.js index 73051de..9394e15 100644 --- a/bot/src/storage/activities.js +++ b/bot/src/storage/activities.js @@ -97,6 +97,8 @@ export const activities = [ { name: 'Linux, but actually GNU/Linux', type: 0 }, { name: 'Debloating my ThinkPad', type: 4 }, { name: 'Turbotastic!', type: 4 }, + { name: 'Leap of Faith', type: 0 }, + { name: 'Lexi Dimante', type: 2 }, { name: 'Artemis', type: 0 }, { name: 'Helping Kapuletti Industries', type: 4 }, { name: 'Frank (The Game)', type: 0 }, @@ -116,8 +118,8 @@ export const activities = [ { name: '86Box', type: 0 }, { name: 'AIM', type: 0 }, { name: 'Software Inc.', type: 0 }, - { name: 'Nintendo GameBoy', type: 0 }, - { name: 'Nintendo GameBoy Advanced', type: 0 }, + { name: 'Nintendo Game Boy', type: 0 }, + { name: 'Nintendo Game Boy Advance', type: 0 }, { name: 'Nintendo DS', type: 0 }, { name: 'Nintendo DSi', type: 0 }, { name: 'Nintendo 3DS', type: 0 }, @@ -129,5 +131,17 @@ export const activities = [ { name: 'Nintendo Wii U', type: 0 }, { name: 'Nintendo Switch', type: 0 }, { name: 'Nintendo Switch 2', type: 0 }, - { name: 'Sony Playstation 2', type: 0 } + { name: 'Sony Playstation', type: 0 }, + { name: 'Sony Playstation 2', type: 0 }, + { name: 'Sony Playstation 3', type: 0 }, + { name: 'Sony Playstation 4', type: 0 }, + { name: 'Sony Playstation 5', type: 0 }, + { name: 'Microsoft Xbox', type: 0 }, + { name: 'Microsoft Xbox 360', type: 0 }, + { name: 'Microsoft Xbox One', type: 0 }, + { name: 'Microsoft Xbox Series X', type: 0 }, + { name: 'Microsoft Xbox Series S', type: 0 }, + { name: 'Dance Dance Revolution', type: 0 }, + { name: 'Dance Dance Revolution SuperNOVA', type: 0 }, + { name: 'Pump It Up', type: 0 } ]; diff --git a/bot/src/storage/consts.js b/bot/src/storage/consts.js index 231f5ca..b62d218 100644 --- a/bot/src/storage/consts.js +++ b/bot/src/storage/consts.js @@ -1,6 +1,5 @@ export const abEmbedColour = '#0066a6'; export const ollamaGlobal = true; -export const ollamaModel = 'aleebot-deepseek'; export const featureSuggestChannel = '427495678390960148'; export const userWhitelist = ['242775871059001344']; -- cgit v1.2.3