update test model

This commit is contained in:
Dominik Hayon 2026-03-18 16:51:38 +01:00
parent 5e50931953
commit 8a0307a3ec

View file

@ -642,7 +642,7 @@ describe('getGoogleConfig', () => {
const result = getGoogleConfig(credentials, {
modelOptions: {
model: 'gemini-2.0-flash',
model: 'gemini-2.5-flash',
url_context: true,
},
});
@ -657,7 +657,7 @@ describe('getGoogleConfig', () => {
const result = getGoogleConfig(credentials, {
modelOptions: {
model: 'gemini-2.0-flash',
model: 'gemini-2.5-flash',
url_context: false,
},
});
@ -672,7 +672,7 @@ describe('getGoogleConfig', () => {
const result = getGoogleConfig(credentials, {
modelOptions: {
model: 'gemini-2.0-flash',
model: 'gemini-2.5-flash',
web_search: true,
url_context: true,
},