mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-09-19 17:56:39 +08:00
Merge pull request #5740 from yuxuan-ctrl/main
Some checks are pending
Run Tests / test (push) Waiting to run
Some checks are pending
Run Tests / test (push) Waiting to run
feat: 新增阿里系模型代码配置
This commit is contained in:
commit
d0bd1bf8fd
@ -94,6 +94,10 @@ if (mode !== "export") {
|
|||||||
source: "/sharegpt",
|
source: "/sharegpt",
|
||||||
destination: "https://sharegpt.com/api/conversations",
|
destination: "https://sharegpt.com/api/conversations",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
source: "/api/proxy/alibaba/:path*",
|
||||||
|
destination: "https://dashscope.aliyuncs.com/api/:path*",
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
Loading…
Reference in New Issue
Block a user