File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1556,11 +1556,11 @@ function onSelectAll(e) {
15561556function onSelectAllChatOnly (e ) {
15571557 if (e .target .checked ) {
15581558 const notChatPattern =
1559- / ^ ( dall| mj| midjourney| stable-diffusion| playground| flux | swap_face| tts| whisper| text| emb| luma| vidu| pdf| suno| pika| chirp| domo| runway| cogvideo| babbage| davinci| gpt-4o-realtime)/ ;
1559+ / (bge | stabilityai | dall| mj| stable | flux | video | midjourney| stable-diffusion| playground| swap_face| tts| whisper| text| emb| luma| vidu| pdf| suno| pika| chirp| domo| runway| cogvideo| babbage| davinci| gpt-4o-realtime)/ i ;
15601560 selectedModels .value = models .value .filter (
15611561 model =>
15621562 ! notChatPattern .test (model) &&
1563- ! / (image| audio| video| music| pdf| flux| suno| embed)/ .test (model)
1563+ ! / (image| audio| video| music| pdf| flux| suno| embed)/ i .test (model)
15641564 );
15651565 } else {
15661566 selectedModels .value = [];
You can’t perform that action at this time.
0 commit comments