1 Star 0 Fork 0

AceRoronoaZoeo / 人工智能网络加速器AI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vite.config.js 982 Bytes
一键复制 编辑 原始数据 按行查看 历史
AceRoronoaZoeo 提交于 2023-11-14 17:45 . first commit
import { loadEnv } from 'vite'
const config = loadEnv('development', './')
module.exports = {
hostname: '0.0.0.0',
port: 8443,
// 反向代理
proxy: {
'/api': {
// target: 'https://192.168.20.164:8443',
target: config.VITE_API_HOST,
changeOrigin: true,
ws: true,
secure: false,
rewrite: path => path.replace(/^\/api/, '')
},
'/ai': {
// target: 'https://103.108.195.112:10443',
target: config.VITE_API_HOST,
changeOrigin: true,
ws: true,
secure: false,
rewrite: path => path.replace(/^\/ai/, '')
},
'/ai_s': {
target: 'https://192.168.20.159:8443/ai_s',
changeOrigin: true,
ws: true,
secure: false,
rewrite: path => path.replace(/^\/ai_s/, '')
}
}
}
//process.env.VITE_API_HOST
//process.env.VITE_CHATGPT_HOST
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/AceRoronoaZoeo/Network-AcceleratorAI.git
git@gitee.com:AceRoronoaZoeo/Network-AcceleratorAI.git
AceRoronoaZoeo
Network-AcceleratorAI
人工智能网络加速器AI
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891