| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- window.DMX_VERSION = '1.0.1';
- /**
- * API请求地址
- * 配置项最后一个字符 无需是 / 即,无需以 / 结束
- */
- // window.API_BASE_URL = window.VITE_API_BASE_URL;
- window.API_BASE_URL = 'http://smartai.com:8163'; // 接口访问地址
- window.WEB_BASE_URL = 'http://smartai.com:8163'; // 页面跳转地址
- // window.API_BASE_URL = 'http://192.168.20.119:13002';
- window.featureConfigs = [
- {
- name: '智能问答',
- icon: 1,
- id: 'RhpDAH6OpuCNNCL0',
- type: 'agent'
- },
- {
- name: '文库问答',
- icon: 3,
- id: 'DCjURjsWUVWidxXG',
- type: 'agent'
- },
- {
- name: '文档智能',
- icon: 2,
- id: 'wgPh9XpoAWdhMMmL',
- type: 'workflow'
- },
- {
- name: '文档出题',
- icon: 4,
- id: 'uSzIhpISDDQ5J355',
- type: 'workflow'
- },
- {
- name: '以图生文',
- icon: 6,
- id: 'jYWZd7yZrbbpclAE',
- type: 'agent'
- },
- {
- name: '以文生图',
- icon: 5,
- id: 'eAVL2GbeS2Xre9TV',
- type: 'workflow'
- },
- /**
- * AiPPT地址,id为链接
- */
- {
- name: 'AiPPT',
- icon: 7,
- id: '',
- type: 'link'
- }
- ];
|