Skip to content

Commit 4e2aa49

Browse files
committed
chore: update default model in GeminiLM tests
1 parent 2b5df5c commit 4e2aa49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gemini/src/gemini-lm.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ describe('GeminiLM', () => {
4444

4545
describe('constructor', () => {
4646
it('should initialize with API key and default model', () => {
47-
expect(lm.getModel()).toBe('gemini-pro');
47+
expect(lm.getModel()).toBe('gemini-2.0-flash');
4848
expect(mockGoogleGenerativeAI).toHaveBeenCalledWith(apiKey);
4949
});
5050

0 commit comments

Comments
 (0)