summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-10-01 20:06:56 -0700
committerFuwn <[email protected]>2025-10-01 20:06:56 -0700
commitb7d1aeeb50d8bd361498a6d5bf55f7ccf0b3d027 (patch)
treeb2e2bcc945647d993db9f17314a16bae28edbf28 /packages
parentfeat(listeners:messageCreate): Disable artMediaModeration (diff)
downloadumabotdiscord-b7d1aeeb50d8bd361498a6d5bf55f7ccf0b3d027.tar.xz
umabotdiscord-b7d1aeeb50d8bd361498a6d5bf55f7ccf0b3d027.zip
feat(listeners:moderationAgent): Change model
Diffstat (limited to 'packages')
-rw-r--r--packages/gateway/src/listeners/moderationAgent/constants.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gateway/src/listeners/moderationAgent/constants.ts b/packages/gateway/src/listeners/moderationAgent/constants.ts
index 87589d4..9316c67 100644
--- a/packages/gateway/src/listeners/moderationAgent/constants.ts
+++ b/packages/gateway/src/listeners/moderationAgent/constants.ts
@@ -9,7 +9,7 @@ export const MIN_MESSAGE_LENGTH = 15;
export const MAX_SYMBOL_DENSITY = 0.6;
export const MAX_COMPLETION_TOKENS = 4000;
export const MESSAGE_HISTORY_SIZE = 3;
-export const MODEL = "x-ai/grok-4-fast:free";
+export const MODEL = "mistralai/mistral-nemo";
export const SAFE_WORDS = new Set([
"hello",
"hi",