mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-04-07 00:15:23 +02:00
update test model
This commit is contained in:
parent
5e50931953
commit
8a0307a3ec
1 changed files with 3 additions and 3 deletions
|
|
@ -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,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue