From b7d1aeeb50d8bd361498a6d5bf55f7ccf0b3d027 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 1 Oct 2025 20:06:56 -0700 Subject: feat(listeners:moderationAgent): Change model --- packages/gateway/src/listeners/moderationAgent/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- cgit v1.2.3