config.js 994 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. window.DMX_VERSION = '1.0.1';
  2. /**
  3. * API请求地址
  4. * 配置项最后一个字符 无需是 / 即,无需以 / 结束
  5. */
  6. // window.API_BASE_URL = window.VITE_API_BASE_URL;
  7. window.API_BASE_URL = 'http://smartai.com:8163';
  8. // window.API_BASE_URL = 'http://192.168.20.119:13002';
  9. window.featureConfigs = [
  10. {
  11. name: '智能问答',
  12. icon: 1,
  13. id: 'RhpDAH6OpuCNNCL0',
  14. type: 'agent'
  15. },
  16. {
  17. name: '文库问答',
  18. icon: 3,
  19. id: 'DCjURjsWUVWidxXG',
  20. type: 'agent'
  21. },
  22. {
  23. name: '文档智能',
  24. icon: 2,
  25. id: 'wgPh9XpoAWdhMMmL',
  26. type: 'workflow'
  27. },
  28. {
  29. name: '文档出题',
  30. icon: 4,
  31. id: 'uSzIhpISDDQ5J355',
  32. type: 'workflow'
  33. },
  34. {
  35. name: '以图生文',
  36. icon: 6,
  37. id: 'jYWZd7yZrbbpclAE',
  38. type: 'agent'
  39. },
  40. {
  41. name: '以文生图',
  42. icon: 5,
  43. id: 'eAVL2GbeS2Xre9TV',
  44. type: 'workflow'
  45. },
  46. /**
  47. * AiPPT地址,id为链接
  48. */
  49. {
  50. name: 'AiPPT',
  51. icon: 7,
  52. id: '',
  53. type: 'link'
  54. }
  55. ];