Switch to using free Gemma model

This commit is contained in:
2025-03-18 14:36:52 -04:00
parent 79835a3b47
commit bff1625c29
+2 -2
View File
@@ -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',