Skip to content

Commit 7c466c9

Browse files
committed
2 parents b0d28eb + a0fa4d7 commit 7c466c9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

app/constant.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ const anthropicModels = [
319319
"claude-3-opus-20240229",
320320
"claude-3-haiku-20240307",
321321
"claude-3-5-sonnet-20240620",
322+
"claude-3-5-sonnet-20241022",
322323
];
323324

324325
const baiduModels = [

next.config.mjs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,12 @@ if (mode !== "export") {
9494
source: "/sharegpt",
9595
destination: "https://sharegpt.com/api/conversations",
9696
},
97+
{
98+
source: "/api/proxy/alibaba/:path*",
99+
destination: "https://dashscope.aliyuncs.com/api/:path*",
100+
},
97101
];
98-
102+
99103
return {
100104
beforeFiles: ret,
101105
};

0 commit comments

Comments
 (0)