From 5915c3c91379e93579f90f9f13550bfc3ce195fc Mon Sep 17 00:00:00 2001 From: Zhu Liang Date: Sun, 4 Aug 2024 22:38:11 +0800 Subject: [PATCH] feat: fix test --- test/index.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/index.test.ts b/test/index.test.ts index 001bf84..fa5a530 100644 --- a/test/index.test.ts +++ b/test/index.test.ts @@ -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', @@ -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',