Skip to content

Commit

Permalink
feat: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
paradite committed Feb 1, 2025
1 parent e8db723 commit ac395dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ describe('llm', () => {
'claude-3-5-sonnet-20240620',
'claude-3-5-sonnet-20241022',
'claude-3-5-haiku-20241022',
'o3-mini',
]);
});
it('all modellikes works', () => {
Expand All @@ -39,6 +40,7 @@ describe('llm', () => {
'claude-3-5-sonnet-20240620',
'claude-3-5-sonnet-20241022',
'claude-3-5-haiku-20241022',
'o3-mini',
'chatgpt',
]);
});
Expand Down

0 comments on commit ac395dd

Please sign in to comment.