Switch to using free Gemma model
This commit is contained in:
+2
-2
@@ -47,8 +47,8 @@ export default {
|
|||||||
'https://openrouter.ai/api/v1/chat/completions',
|
'https://openrouter.ai/api/v1/chat/completions',
|
||||||
{
|
{
|
||||||
model: webSearchEnabled
|
model: webSearchEnabled
|
||||||
? 'google/gemini-2.0-flash-001:online'
|
? 'google/gemma-3-27b-it:free:online'
|
||||||
: 'google/gemini-2.0-flash-001',
|
: 'google/gemma-3-27b-it:free',
|
||||||
messages: [
|
messages: [
|
||||||
{
|
{
|
||||||
role: 'system',
|
role: 'system',
|
||||||
|
|||||||
Reference in New Issue
Block a user