Merge pull request #5740 from yuxuan-ctrl/main

feat: 新增阿里系模型代码配置
This commit is contained in:
Lloyd Zhou 2024-10-30 16:56:53 +08:00 committed by GitHub
commit d0bd1bf8fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -94,8 +94,12 @@ if (mode !== "export") {
source: "/sharegpt",
destination: "https://sharegpt.com/api/conversations",
},
{
source: "/api/proxy/alibaba/:path*",
destination: "https://dashscope.aliyuncs.com/api/:path*",
},
];
return {
beforeFiles: ret,
};