From adf7d8200b63ba9e389c3df2b801b82a272a85bf Mon Sep 17 00:00:00 2001 From: DDMeaqua Date: Wed, 6 Nov 2024 13:55:57 +0800 Subject: [PATCH] fix: glm chatpath --- app/constant.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/constant.ts b/app/constant.ts index 1d60e1ec663..406e95609a6 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -232,7 +232,7 @@ export const XAI = { export const ChatGLM = { ExampleEndpoint: CHATGLM_BASE_URL, - ChatPath: "/api/paas/v4/chat/completions", + ChatPath: "api/paas/v4/chat/completions", }; export const DEFAULT_INPUT_TEMPLATE = `{{input}}`; // input / time / model / lang