| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- 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.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'
- }
- ];
|