Преглед изворни кода

fix: remove Minimax from FETCHABLE channels

RedwindA пре 1 месец
родитељ
комит
b51d1e2f78
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      web/src/components/table/channels/modals/EditChannelModal.jsx

+ 1 - 1
web/src/components/table/channels/modals/EditChannelModal.jsx

@@ -92,7 +92,7 @@ const REGION_EXAMPLE = {
 
 // 支持并且已适配通过接口获取模型列表的渠道类型
 const MODEL_FETCHABLE_TYPES = new Set([
-  1, 4, 14, 34, 17, 26, 27, 24, 47, 25, 20, 23, 31, 35, 40, 42, 48, 43,
+  1, 4, 14, 34, 17, 26, 27, 24, 47, 25, 20, 23, 31, 40, 42, 48, 43,
 ]);
 
 function type2secretPrompt(type) {