mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-20 12:40:16 +09:00
modify test comment
This commit is contained in:
parent
2db4caace4
commit
3b5b496599
@ -126,7 +126,7 @@ describe('collectModelTable', () => {
|
|||||||
expect(result['grok-beta@xai'].available).toBe(false);
|
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 customModels = '-all, +*openai,gpt-4o@azure';
|
||||||
const result = collectModelTable(mockModels, customModels);
|
const result = collectModelTable(mockModels, customModels);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user