From 3b5b4965995ed9593a0ce9a84abadaa4476601fc Mon Sep 17 00:00:00 2001 From: "Q.A.zh" <40236765+QAbot-zh@users.noreply.github.com> Date: Sat, 28 Dec 2024 15:53:35 +0000 Subject: [PATCH] modify test comment --- test/model.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/model.test.ts b/test/model.test.ts index f3757fac2..e9bc986f3 100644 --- a/test/model.test.ts +++ b/test/model.test.ts @@ -126,7 +126,7 @@ describe('collectModelTable', () => { expect(result['grok-beta@xai'].available).toBe(false); }); - test('should exclude all models except OpenAI when custom is "-all, +*openai"', () => { + test('All models except OpenAI should be excluded, and additional models should be added when customized as "-all, +*openai,gpt-4o@azure"', () => { const customModels = '-all, +*openai,gpt-4o@azure'; const result = collectModelTable(mockModels, customModels);