Skip to content

Commit f4c9410

Browse files
authored
Merge pull request ChatGPTNextWeb#5776 from ConnectAI-E/feat-glm
fix: glm chatpath
2 parents f526d6f + adf7d82 commit f4c9410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/constant.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ export const XAI = {
232232

233233
export const ChatGLM = {
234234
ExampleEndpoint: CHATGLM_BASE_URL,
235-
ChatPath: "/api/paas/v4/chat/completions",
235+
ChatPath: "api/paas/v4/chat/completions",
236236
};
237237

238238
export const DEFAULT_INPUT_TEMPLATE = `{{input}}`; // input / time / model / lang

0 commit comments

Comments
 (0)