Skip to content

Commit

Permalink
fix: glm chatpath
Browse files Browse the repository at this point in the history
  • Loading branch information
DDMeaqua committed Nov 6, 2024
1 parent 0ec4233 commit adf7d82
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 adf7d82

Please sign in to comment.