1 Star 0 Fork 28

openEuler-Personal/qa-robot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vue.config.js 1.97 KB
一键复制 编辑 原始数据 按行查看 历史
module.exports = {
devServer: {
host: "0.0.0.0",
https: false,
port: 8080,
proxy: {
"/rag": {
target: "https://rag.test.osinfra.cn",
changeOrigin: true,
ws: false,
pathRewrite: {
"^/rag": "/",
},
},
"/baichuanai": {
target: "http://60.204.250.91:8000",
changeOrigin: true,
ws: false,
pathRewrite: {
"^/baichuanai": "/",
},
},
"/chataistream": {
target: "http://159.138.5.80:5610",
changeOrigin: true,
pathRewrite: {
"^/chataistream": "/",
},
},
"/hcstream": {
target: "https://modelapi.osinfra.cn",
changeOrigin: true,
pathRewrite: {
"^/api": "/",
},
},
"/issues": {
target: "https://ipb.osinfra.cn",
changeOrigin: true,
pathRewrite: {
"^/api": "/",
},
},
"/qabot/": {
target: "https://dsapi.osinfra.cn/query",
changeOrigin: true,
pathRewrite: {
"^/api": "/",
},
},
"/chatCompletionStream": {
target: "https://chatbot-backend.mlops.pub",
changeOrigin: true,
pathRewrite: {
"^/api": "/",
},
},
"/auth": {
target: "https://chatbot-backend.mlops.pub",
changeOrigin: true,
pathRewrite: {
"^/api": "/",
},
},
"/search": {
target: "https://doc-search.openeuler.org",
changeOrigin: true,
pathRewrite: {
"^/api": "/",
},
},
"/api": {
target: "https://ic-openlabs.huawei.com/chat",
changeOrigin: true,
pathRewrite: {
"^/api": "/",
},
},
},
},
pwa: {
iconPaths: {
favicon32: "favicon.ico",
favicon16: "favicon.ico",
appleTouchIcon: "favicon.ico",
maskIcon: "favicon.ico",
msTileImage: "favicon.ico",
},
},
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fromhsc/qa-robot.git
[email protected]:fromhsc/qa-robot.git
fromhsc
qa-robot
qa-robot
master

搜索帮助