Browse Source

更改过滤新增编辑智能体模型设置选择列表只展示模型类型等于对话的

zhangxiao 2 years ago
parent
commit
b6cdfd6492
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/views/dmx/IntelligentAgent/components/agentConfig.vue

+ 0 - 1
src/views/dmx/IntelligentAgent/components/agentConfig.vue

@@ -648,7 +648,6 @@
         if (Object.hasOwnProperty.call(data.data, key)) {
           const element = data.data[key];
           arrObj[key] = element.filter((item) => item.available === true && item.model_type === 'chat');
-
         }
       }
       modelList.value = arrObj;