This commit is contained in:
GH Action - Upstream Sync 2024-10-31 01:14:28 +00:00
commit 7c466c9b9c
2 changed files with 6 additions and 1 deletions

View File

@ -319,6 +319,7 @@ const anthropicModels = [
"claude-3-opus-20240229",
"claude-3-haiku-20240307",
"claude-3-5-sonnet-20240620",
"claude-3-5-sonnet-20241022",
];
const baiduModels = [

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,
};