modify test comment

This commit is contained in:
Q.A.zh 2024-12-28 15:53:35 +00:00 committed by GitHub
parent 2db4caace4
commit 3b5b496599
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);