Skip to content

Commit

Permalink
feat: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
paradite committed Aug 4, 2024
1 parent 0be29b1 commit 5915c3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ describe('llm', () => {
console.log(AllModels);
expect(AllModels).toEqual([
'gpt-4',
'gpt-4o',
'gpt-4-turbo',
'gpt-4o',
'gpt-4o-64k-output-alpha',
'gpt-4o-mini',
'claude-3-5-sonnet-20240620',
Expand All @@ -21,8 +21,8 @@ describe('llm', () => {
console.log(AllModelLikes);
expect(AllModelLikes).toEqual([
'gpt-4',
'gpt-4o',
'gpt-4-turbo',
'gpt-4o',
'gpt-4o-64k-output-alpha',
'gpt-4o-mini',
'claude-3-5-sonnet-20240620',
Expand Down

0 comments on commit 5915c3c

Please sign in to comment.