mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-20 04:30:17 +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);
|
||||
});
|
||||
|
||||
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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user