(function (global) { global.AppGlobalConfig = { system: { name: '万维自然资源大模型', copyright: '©All Rights Reserved.浙江万维空间信息技术有限公司' }, kb_name: 'policy', //是否启用deepseek(1启用 0不启用),用来控制问答页面是否显示deepseek思考的内容 isEnabledDeepSeek: 1, // 是否取消登录 cancelLogin: false, // 游客默认登录密码 loginPwd: 'visitor123!', home: { subtitle: '专为知识而生,服务专业领域,解决专业问题' }, authToken: 'ZJUGIS-Authorization', expiresAt: 12 * 60 * 60 * 1000, // 12小时 storage: { encryption: true, // 是否加密 secretKey: 'yydjydhfyhfggd' }, score_threshold: 0.65, topKs: { 0: 10, 1: 15, 2: 20 }, // 外链 links: { policy: 'http://114.215.200.79:81/policy', // 政策智享 aiNaturalResources: 'http://60.191.110.204:8510/#/sjznfx', // AI自然资源 copywriting: 'http://114.215.200.79:81/ai-writing-assistant/', // 文案智写 aiRegistration: 'https://ydtb.njghzy.com.cn/ydtb_pc/index.html#/index', // AI不动产登记数字人 aiLocationChoice: 'http://60.191.110.204:8516/#/land-use-page/intelligent-location', // 智慧选址 aiLandPriceForecast: 'http://60.191.110.204:8516/#/land-use-page/policy-coordination', // 地价预测 aiIndustrialSpaceCloud: 'http://60.191.110.204:8516/#/intel-super', // 产业空间智治云 aiSmartApproval: 'http://114.215.200.79:81/z_web_container/Home/blueIndex?loginmark=ybhptdlyzm' // AI审批助手 }, // 大模型应用后端服务 // algorithmServer: 'http://ac.zjugis.com:20349', algorithmServer: "/algorithmServer", // algorithmServer: 'http://localhost:20349', //"http://192.168.0.65:20349", //"http://ac.zjugis.com:20349", // java后端地址 aiServer: '/aiserver', // 之前的算法服务地址 oldAlgorithmServer: 'http://114.215.200.79:81/chat', //todo: 代码迁移并修改为后端地址 policyServer: '/knowledge', // 本地地址 onlineAddress: window.location.origin, knowledgeDocUrl: 'http://127.0.0.1:8511/knowledge_base/download_doc?knowledge_base_name=policy&file_name=', knowledgeDocUrlProxy: 'https://zjugpt.com/doc/portal/knowledge_base/download_doc/', // 火山deepseek配置 deepseek: { // 'https://ark.cn-beijing.volces.com/api/v3/chat/completions' server: '/deepseek/api/v3', model: 'deepseek-r1-250120', apiKey: '52a4a587-4a6e-471e-a153-c52d90a2ea79' }, // 跨域地址 corsBaseUrl: 'http://114.215.200.79:81/', // 热门问题 questions: [ [ { icon: 'land', name: '国有土地的使用方式有哪些?' }, { icon: 'land', name: '哪些情形下可以划拨方式取得国有土地使用权?' }, ], [ { icon: 'land', name: '什么是闲置土地?' }, { icon: 'doc', name: '什么是国有建设用地供应计划?' }, { icon: 'farm', name: '哪些情形可以“耕地转出”?' } ] ], kbDict: { all: '全部来源', policy: '政策法规', law: '法律法规', knowledge: '知识库' }, //文案智写使用 aiWritingRequestBaseUrl: 'http://60.191.110.204:8522/api', // 知识库相关配置 knowledgeLibrary: { // 知识库简介 introduction: '整合多源业务系统知识,将私域知识与AI大模型有效融合,解决内部知识搜索难题。实现全域知识高效利用的同时安全有保障。' }, systemConfig: { //deepseek问答查询前缀 // deepseekQuestQuery: // '你是河北自然资源大模型应用,由河北省自然资源信息中心联合浙江万维空间信息技术有限公司开发,大模型基座是基于deepseek进行研发,根据用户的问题回答。以下是用户提问:', deepseekQuestQuery: '你是自然资源大模型应用,由浙江万维空间信息技术有限公司开发,大模型基座是基于deepseek进行研发,根据用户的问题回答。以下是用户提问:', // 系统logo logoImgUrl: '/images/home-logo-v2.png', // 登录页头部图片 loginHeaderImgUrl: '/images/login-header.png', // 搜索页头部图片 aiSearchImgUrl: '/images/icon-inside-page.png', // 搜索页内容图片 aiSearchContentImgUrl: '/images/icon-title-main.png' }, owners: ['江苏自然资源信息中心', '浙江万维空间信息技术有限公司'] }; })(window);