Skip to content

Commit

Permalink
feat: 新增阿里系模型代码配置
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxuan-ctrl committed Oct 30, 2024
1 parent 613d67e commit 86ffa1e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
Expand Down

0 comments on commit 86ffa1e

Please sign in to comment.