We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b0d28eb + a0fa4d7 commit 7c466c9Copy full SHA for 7c466c9
app/constant.ts
@@ -319,6 +319,7 @@ const anthropicModels = [
319
"claude-3-opus-20240229",
320
"claude-3-haiku-20240307",
321
"claude-3-5-sonnet-20240620",
322
+ "claude-3-5-sonnet-20241022",
323
];
324
325
const baiduModels = [
next.config.mjs
@@ -94,8 +94,12 @@ if (mode !== "export") {
94
source: "/sharegpt",
95
destination: "https://sharegpt.com/api/conversations",
96
},
97
+ {
98
+ source: "/api/proxy/alibaba/:path*",
99
+ destination: "https://dashscope.aliyuncs.com/api/:path*",
100
+ },
101
-
102
+
103
return {
104
beforeFiles: ret,
105
};
0 commit comments