Skip to content

Commit

Permalink
Merge pull request ChatGPTNextWeb#5776 from ConnectAI-E/feat-glm
Browse files Browse the repository at this point in the history
fix: glm chatpath
  • Loading branch information
lloydzhou authored Nov 6, 2024
2 parents f526d6f + adf7d82 commit f4c9410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f4c9410

Please sign in to comment.