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 36bfa2e + 4d75b23 commit d66bfc6Copy full SHA for d66bfc6
app/api/glm.ts
@@ -22,7 +22,7 @@ export async function handle(
22
return NextResponse.json({ body: "OK" }, { status: 200 });
23
}
24
25
- const authResult = auth(req, ModelProvider.GLM);
+ const authResult = auth(req, ModelProvider.ChatGLM);
26
if (authResult.error) {
27
return NextResponse.json(authResult, {
28
status: 401,
0 commit comments