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.
1 parent d357b45 commit d3f0a77Copy full SHA for d3f0a77
1 file changed
app/constant.ts
@@ -118,7 +118,7 @@ export enum ServiceProvider {
118
Stability = "Stability",
119
Iflytek = "Iflytek",
120
XAI = "XAI",
121
- GLM = "GLM",
+ GLM = "ChatGLM",
122
}
123
124
// Google API safety settings, see https://ai.google.dev/gemini-api/docs/safety-settings
@@ -142,7 +142,7 @@ export enum ModelProvider {
142
Moonshot = "Moonshot",
143
144
145
146
147
148
export const Stability = {
@@ -525,9 +525,9 @@ export const DEFAULT_MODELS = [
525
available: true,
526
sorted: seq++,
527
provider: {
528
- id: "glm",
529
- providerName: "GLM",
530
- providerType: "glm",
+ id: "chatglm",
+ providerName: "ChatGLM",
+ providerType: "chatglm",
531
sorted: 12,
532
},
533
})),
0 commit comments