Skip to content

Commit 2bd42e3

Browse files
committed
feat: fix tests
1 parent 74953b1 commit 2bd42e3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/getModelsByProvider.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ export function convertOpenRouterModelToModelInfo(
6363
pricePerMillionOutputTokens: completionPrice,
6464
tokenizerId,
6565
notes: model.description,
66+
legacy: false,
6667
};
6768
}
6869

test/gemini.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ describe('Google Gemini API', () => {
1313
// ];
1414

1515
const testModels = [
16-
ModelEnum['gemini-2.5-pro-exp-03-25'],
16+
// ModelEnum['gemini-2.5-pro-exp-03-25'],
1717
ModelEnum['gemini-2.5-flash-preview-04-17'],
1818
];
1919

0 commit comments

Comments
 (0)