From bff1625c29b14759f2ff60eef41804aaab7fd710 Mon Sep 17 00:00:00 2001 From: Luis Bauza Date: Tue, 18 Mar 2025 14:36:52 -0400 Subject: [PATCH] Switch to using free Gemma model --- commands/ask.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/ask.js b/commands/ask.js index 66ddac9..579bafd 100644 --- a/commands/ask.js +++ b/commands/ask.js @@ -47,8 +47,8 @@ export default { 'https://openrouter.ai/api/v1/chat/completions', { model: webSearchEnabled - ? 'google/gemini-2.0-flash-001:online' - : 'google/gemini-2.0-flash-001', + ? 'google/gemma-3-27b-it:free:online' + : 'google/gemma-3-27b-it:free', messages: [ { role: 'system',