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 f526d6f + adf7d82 commit f4c9410Copy full SHA for f4c9410
app/constant.ts
@@ -232,7 +232,7 @@ export const XAI = {
232
233
export const ChatGLM = {
234
ExampleEndpoint: CHATGLM_BASE_URL,
235
- ChatPath: "/api/paas/v4/chat/completions",
+ ChatPath: "api/paas/v4/chat/completions",
236
};
237
238
export const DEFAULT_INPUT_TEMPLATE = `{{input}}`; // input / time / model / lang
0 commit comments